you are in: codestackercodes [RSS]Drop all tables in a MySQL Database

Drop all tables in a MySQL Database Delicious Email

run in shell:

show/hide lines
   1  echo DROP TABLE `echo 'SHOW TABLES;' | mysql -u USER -p DATABASE | tail -n +2 | sed -e 's/$/,/'` | sed -e 's/,$/;/'
created by leozera — 31 July 2008 — get a short url — tags: mysql embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image