Last active
October 27, 2016 15:47
-
-
Save cdolek/1eaaf2d66e6b10230348e5db8b7fb60b to your computer and use it in GitHub Desktop.
Installing MySQL 5.6 on Debian Jessie
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
http://www.debiantutorials.com/install-mysql-server-5-6-debian-7-8/ | |
# check if newer exists at: http://dev.mysql.com/downloads/repo/apt/ | |
wget http://dev.mysql.com/get/mysql-apt-config_0.8.0-1_all.deb | |
dpkg -i mysql-apt-config_0.8.0-1_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment