Friday, October 1, 2010

Install MySQL in Linux.

If u want install mysql with the help of following steps,first of all u want internet connection...

Step 1: Run Terminal

Alt+F1 > Accessories > Terminal

Step 2 : Then insert following lines

Install my-sql server

$ sudo apt-get install mysql-server

Install my-sql client

$ sudo apt-get install mysql-client

Run from Terminal
$ mysql -u root -p root

Change Password
$ mysql admin -u root -p 'root' password ''

No comments:

Post a Comment