Last active
June 7, 2016 02:11
-
-
Save anhtuank7c/e86058a933347d8ee92eb60b67d8daea to your computer and use it in GitHub Desktop.
Install mysql server 5.7 on ubuntu 16
This file contains hidden or 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
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