Reply to comment
How to delete MySQL database?
Submitted by Richard on Wed, 10/14/2009 - 06:09To delete MySQL database, just simply type this command inside MySQL terminal.
mysql> drop database test_db;
Query OK, 0 rows affected (0.07 sec)
Query OK, 0 rows affected (0.07 sec)





Subscribe to Comments