How to drop/delete database in MySQL?

How to drop/delete database in MySQL?

Database, Delete, Drop, MySQL

72 | 0 | 0

We can use DROP DATABASE statement to drop/delete a database.

Syntax:

DROP DATABASE <database_name>;

Example:

DROP DATABASE myTutorial;

 

Comments (0)

🤔

No comments yet, be the first to help

Welcome to CodePits.

CodePits provide a collection of tutorials about many programming languages like PHP, Laravel Framework, Codeigniter Framework, Mysql Database, Bootstrap Front-end Framework, Jquery, Node JS, Ajax Example, APIs, CURL Example, Composer Packages Example, AngularJS, Ionic Framework, etc. 🙌

Other Posts

Categories

Tags

Comment