Tôi muốn cài đặt Mysql 5.7 trên Raspberry Pi 2 với Raspbian Jessie. Khi tôi thực thi lệnh apt-get install mysql-server
, nó sẽ cài đặt phiên bản 5.5.
Tôi cần phải làm gì?
Cập nhật
Tôi đã thực hiện từng bước trong câu trả lời @Sapher, nhưng không hoạt động.
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:~#