Install MYSQL using below command
sudo apt-get install mysql-server mysql-client
Verify MYSQL using below command
mysql -u <username> -p
If username is `root` then below command
mysql -u root -p
Un-Install MYSQL using below command
sudo apt-get autoremove mysql-server mysql-client
Share this article with your friends.
No comments :
Post a Comment