# mysql Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is * to server version: *.**.** Type 'help;' or 'h' for help. Type 'c' to clear the buffer. mysql>drop database database_name; Query OK, 1 row affected (0.00 sec) mysqladmin -p drop testdb Enter password: Dropping the database is potentially a very bad thing to do. Any data stored in the database will be destr

