In this tutorial we’ll install the Debian Linux 9 (squeeze), Apache 2 with mpm-itk (to run each web as a isolated user),...
How to install MySQL server 5.6 or 5.7
Ástþór IPHere’s a tutorial on how to install MySQL server 5.6 or 5.7 (selectable in the process).
1. Download the MySQL APT repository config tool (you can see more details and the latest version of the tool here: http://dev.mysql.com/downloads/repo/apt/)
wget https://dev.mysql.com/get/mysql-apt-config_0.8.9-1_all.deb
2. Install the MySQL APT repository config tool
dpkg -i mysql-apt-config_0.8.9-1_all.deb
You will be asked to select product and version that you want to install. In the first step, select Server and next select either mysql-5.6 or mysql-5.7. Then click Apply.
3. Update APT
apt-get update
4. Install the server
apt-get install mysql-community-server
That’s all!
-
Failed to fetch http://repo.mysql.com/apt/debian/dists/wheezy/Release Unable to find expected entry ‘mysql-apt-config/binary-armhf/Packages’ in Release file (Wrong sources.list entry or malformed file)