Last active
May 12, 2018 05:21
-
-
Save gautamr/8e5422b721ff985663fba5120dde8066 to your computer and use it in GitHub Desktop.
MySQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04 | |
sudo mysql -u root | |
systemctl status mysql.service | |
sudo mysqladmin -p -u root version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment