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.........
    
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.........
02:05
                        Tags : 
Ubuntu-12.04
Subscribe by Email
Follow Updates Articles from This Blog via Email
 
 



 
No Comments