- Articles|
- Tutorial|
- Ask|
- Classified|
- Health|
- Wisdom|
- Funzone|
- Blog|
- Entertainment|
- Links
Tutorial Home »» PHP MySql »» Create Database In Mysql
Create Database In Mysql
By Admin | Posted on 16:14 PM , Friday, Jan 07, 2011 | Posted In PHP MySql
How To Create Database:
Step1: Go to mysql consol .
Step2: Enter User name and password if require.
Open a window for enter mysql command…
Then enter the following command…..
Create database employee;
Step3: Press Enter to execute the command.
Your database created successfully…
Syntax To Create Database:
Create database databasename;
Use Database:
Syntax: use databasename;
In the next page we will going to create a database , use database, create Table…
Example : Create And Use Database with consol:
comments
Post a comment
Powered By:- newhind.com


Loading . . .