Friday, 15 March 2013

thumbnail

How to install mysql-server in ubuntu-12.04 server

How to install mysql-server in ubuntu-12.04 server



1. Open the terminal and type the following:-

$ sudo apt-get install mysql-server


 It will ask you for the root password. Please enter root password.

2. To check mysql service status and restart it.

$ sudo service mysql status

$ sudo service mysql restart

    
4. Now try to login to mysql server.

$ mysql -u root -p





Enter root password what you have set at time of mysql installation.

That's it you can enjoy the mysql now.........

   

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments