How to create a new database in MySQL?

How to create a new database in MySQL?

Database, MySQL

89 | 0 | 0

We can use CREATE DATABASE statement to create a new database.

Syntax:

CREATE DATABASE <database_name>;

Example:

CREATE 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