summaryrefslogtreecommitdiffstats
path: root/drop-all-tables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'drop-all-tables.sh')
-rw-r--r--drop-all-tables.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/drop-all-tables.sh b/drop-all-tables.sh
deleted file mode 100644
index 1e55cb1f..00000000
--- a/drop-all-tables.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-mysql_username=''
-mysql_database=''
-mysqldump -u $mysql_username -p --add-drop-table --no-data $mysql_database | grep ^DROP
-#| mysql -u[USERNAME] -p[PASSWORD] [DATABASE]