Hi, today i wish to tell you about creating database using MySQL, it is very startup and important topic for web developers those who are in startup level, The MySQL is open source database management system and it is free to use before creating DATABASE you must login as default MySQL root account, we have few MySQL commands to creating database, lets see the commands

CREATE DATABASE
you can create database in tow ways in localhost, you can use manual interface or you can use the sql command text box, CREATE DATABASE is command for creating database in MySQL. open your localhost --> phpmyadmin --> at right side top menu click on sql --> in the text box just run the queryCREATE DATABASE users;
No comments :
Post a comment