Tuesday, December 31, 2013

Installing MySQL on Linux Ubuntu Server 12.04 LTS

Firsly, we are must check the current version
Just simple way to check the current installed the Database.
mysql
Next, we'll install the package MySQL
sudo apt-get install mysql-server mysql-client
That's all, now you can check the MySQL was installed on your mechine
mysql --version
Next time you able to restart your db, here we go
sudo /etc/init.d/mysql restart

No comments:

Post a Comment