Tuesday, 25 November 2008

First lecture of mysql

Introductory notes of mysql mysql is a database software supported by php
programming language To use this database first of
all install this database software there are different
types of methods of installing it I m giving here example of
this first of all it will ask the name
of server type localhost then type any email address
in next textbox as require it can be faque also but u
should use @ symbol as this simple is judge by the
computer to consider it as an email id
Important steps to start start mysql generally from Start menu progamms
1) mysql command line client
2) Then it will ask for
password on mysql prompt
type the password now start my sql.
First Command
mysql>Show databases;
note remember its not a database but databses and
also remember to use semicolon always for
termination as this is the most common mistake while typing.
Result it will show name of already
existing databases in tabular form

No comments: