Tutorial Home »» PHP MySql »» Create Database In Mysql

HTML

CSS

JAVA SCRIPT

PHP

C++

SQL Server

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

Sign in to post a comment, or Sign up for a free account.

Home | Contact us | Report us
Copyright © 2011. All right Reserved.
Powered By:- newhind.com