How To Create Database In MySQL

In this article we will learn how to set up a database in MySQL. If you do not know what MySQL is and how to use MySQL do not worry about it. I would point out that MySQL is a relational database management system based on SQL (Structured Query Language). The application is used for many reasons, including logging applications. 

Note - Please add ";" on each statement in MySQL otherwise your command will not work and will return the error.

"Create Database" is used for creating a database in MySQL.

Syntax- 

CREATE DATABASE codewithanmol;

Post a Comment

Previous Post Next Post