Skip to content

Instantly share code, notes, and snippets.

@cdolek
Last active October 27, 2016 15:47
Show Gist options
  • Save cdolek/1eaaf2d66e6b10230348e5db8b7fb60b to your computer and use it in GitHub Desktop.
Save cdolek/1eaaf2d66e6b10230348e5db8b7fb60b to your computer and use it in GitHub Desktop.
Installing MySQL 5.6 on Debian Jessie
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