summaryrefslogtreecommitdiffstats
path: root/drop-all-tables.sh
diff options
context:
space:
mode:
authorMike Chen <chagel@gmail.com>2009-08-09 21:44:05 +0800
committerMike Chen <chagel@gmail.com>2009-08-09 21:44:05 +0800
commit64b2939bfa1e60e61b51d8f59ddd40429bec1068 (patch)
tree5f690dc993d4ec7717a9e16dfc4a3f54f9035ba5 /drop-all-tables.sh
parent46da3fdbe80ea1f6b9278d2671757d5fdb8abcfb (diff)
downloadaskbot-64b2939bfa1e60e61b51d8f59ddd40429bec1068.tar.gz
askbot-64b2939bfa1e60e61b51d8f59ddd40429bec1068.tar.bz2
askbot-64b2939bfa1e60e61b51d8f59ddd40429bec1068.zip
merge of Evgenys changes on annoymous post
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 87783b77..00000000
--- a/drop-all-tables.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-mysql_username='cnprog'
-mysql_database='cnprog'
-mysqldump -u $mysql_username -p --add-drop-table --no-data $mysql_database | grep ^DROP
-#| mysql -u[USERNAME] -p[PASSWORD] [DATABASE]