Go to the first, previous, next, last section, table of contents.


Drop database syntax.

DROP DATABASE database_name

Drop all tables in the database and deleted the database. You have to be VERY carefull with this command! DROP DATABASE returns how many files was removed from the directory. Normally this is number of tables*3. You can also drop databases with mysqladmin. See section Overview of the different MySQL programs


Go to the first, previous, next, last section, table of contents.