Skip to main content
World Nomads Logo

How to create Database?

MySQL Create Database

You can create a MySQL database by using MySQL Command Line Client.

Open the MySQL console and write down password, if you set one while installation.

Now you are ready to create database.

Syntax:

CREATE DATABASE database_name; 

Example:

Let's take an example to create a database name "employees"

CREATE DATABASE employees; 

You can check the created database by the following query:

SHOW DATABASES; 
By this, you can see the all created databases.

Subscribe channel on YouTube
Read this post on Blogger
Like page on Facebook
Tweet about video on twitter
Let's chat on whatsapp
See you at Instagram
Google+

Comments

Contact Us

Name

Email *

Message *