Skip to content

Instantly share code, notes, and snippets.

@gautamr
Last active May 12, 2018 05:21
Show Gist options
  • Save gautamr/8e5422b721ff985663fba5120dde8066 to your computer and use it in GitHub Desktop.
Save gautamr/8e5422b721ff985663fba5120dde8066 to your computer and use it in GitHub Desktop.
MySQL
# 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