- mysql
- show databases;
- use ´database_name´;
- delete from ´database_name´;
the first command ´mysql´ used without specifying any connection parameters means that the default values will be applied:
For any further information see http://dev.mysql.com/doc/refman/5.5/en/connecting.html