Skip to content

Instantly share code, notes, and snippets.

@anhtuank7c
Last active June 7, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anhtuank7c/e86058a933347d8ee92eb60b67d8daea to your computer and use it in GitHub Desktop.
Save anhtuank7c/e86058a933347d8ee92eb60b67d8daea to your computer and use it in GitHub Desktop.
Install mysql server 5.7 on ubuntu 16
Go to http://dev.mysql.com/downloads/repo/apt/ then download the .deb file to your server
Install downloaded package: sudo dpkg -i package_name
Update Apt: sudo apt-get update
Install mysql: sudo apt-get install mysql-server
After install, going to secure it:
sudo mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment