Ich möchte Mysql 5.7 mit Raspbian Jessie auf Raspberry Pi 2 installieren. Wenn ich den Befehl ausführe apt-get install mysql-server
, wird Version 5.5 installiert.
Was muss ich tun?
Aktualisieren
Ich habe jeden Schritt in der Antwort von @Sapher gemacht, aber nicht funktioniert.
Ign http://mirrordirector.raspbian.org jessie/contrib Translation-en
Ign http://mirrordirector.raspbian.org jessie/main Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/main Translation-en
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org jessie/non-free Translation-en
Ign http://mirrordirector.raspbian.org jessie/rpi Translation-en
Fetched 20.2 kB in 12s (1,596 B/s)
W: Failed to fetch http://repo.mysql.com/apt/debian/dists/jessie/InRelease
Unable to find expected entry 'mysql-apt-config/binary-armhf/Packages' in
Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones
used instead.
root@raspberrypi:~# apt-get install mysql-server-5.7 -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mysql-server-5.7
E: Couldn't find any package by regex 'mysql-server-5.7'
root@raspberrypi:~#