phpmyadmin - How to drop all table in MySQL? -


I do not want to drop the database,

Because I'm not hosting my website on my machine ,

Drop-down databases will need to be recreated, and many settings.

Is there a command in MySQL that can be used to remove all tables in a specific database?

Edit

Whatever I can do is phpMyAdmin

< Within div squared = "post-text" itemprop = "text">

mysqldump -u [USERNAME] -p [password] --add-drop-table --no-data [DATABASE] | Grep ^ DROP | Mysql -u [USERNAME] -p [password] [database]

There are other ways to leave all the tables without leaving the database.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -