You need special privileges to create or to delete a MySQL database.
So assuming you have access to root user, you can create database.
Examples
So assuming you have access to root user, you can create database.
Examples
Create database DatabaseName;
Select Perticular database use this statement;
USE DatabaseName;
0 Comments