How to switch to Mysql 5.6 from Mysql 5.7 in Debian 8 Jessie

apt-get remove mysql-community-server
wget http://dev.mysql.com/get/mysql-apt-config_0.8.6-1_all.deb
dpkg -i mysql-apt-config_0.8.6-1_all.deb
apt-get update
apt-get install mysql-community-server