In this session, I'm going to teach create a new database on your computer which use to your own software development.Please follow the steps as below.
(01). Open MySQL console
(02). Type Command,
CREATE DATABASE new_database ;
** new_database is the database name.you can use database name as your choice.
** you can not create database using existing database name.Make sure that,you can view databases using show databases command which i taught the last lesson.
If you create properly, you can see massage as this.
No comments:
Post a Comment