How to install MySQL 5.6 for Magento 2 to Debian 8 (Jessie)?

wget http://dev.mysql.com/get/mysql-apt-config_0.3.5-1debian8_all.deb
dpkg -i mysql-apt-config_0.3.5-1debian8_all.deb

Select mysql-5.6 in the dialog.

apt-get update
apt-get install mysql-community-server

See also: