DROPing a database is similar to the DROP TABLE command : Drop Database : Database MySQL TUTORIALS


MySQL TUTORIALS » Database » Drop Database »

 

DROPing a database is similar to the DROP TABLE command


Syntax:

DROP DATABASE <database>
SHOW DATABASES;
CREATE DATABASE myDatabase;
SHOW DATABASES;
drop database myDatabase;
SHOW DATABASES;



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Database
» Drop Database