Just simple way to check the current installed the Database.
mysqlNext, we'll install the package MySQL
sudo apt-get install mysql-server mysql-clientThat's all, now you can check the MySQL was installed on your mechine
mysql --versionNext time you able to restart your db, here we go
sudo /etc/init.d/mysql restart
No comments:
Post a Comment