Start the MySQL server by issuing the command mysqld-shareware --standalone at the prompt in c:\mysql\bin.
Now invoke the mysql client program by typing mysql at the prompt.
The prompt is changed to a mysql> prompt. Type:
create database databasename;
GRANT ALL ON employees.* TO username@localhost IDENTIFIED BY "password"
Type in the password when prompted. (This password was set by the GRANTS ALL... command above) . The system displays the welcome message once you have successfully logged on to MySQL.
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
MySQL Create Database, Mysql Tutorial, Mysql tutorial pdf, history of mysql, basic mysql, syntax use in mysql, mysql software download, learn mysql, mysql insert, mysql delete, mysql data types, mysql administrator.