i2tutorials

MySQL – Create Database

MySQL – Create Database

MySQL - Create Database

Once your MySQL server is up and running, you can connect to it using the mysql client as the superuser root.

Let’s begin by creating a simple database using MySQL. In the query editor window, write the following query and click on the execute button. Look at the below image:
Create database Demodatabase

Following the successful execution of the query, the newly created database will appear in the “SCHEMAS” pane. Below is an image showing the process:

 

Exit mobile version