我想在 Debian 7 Wheezy 上安装 MySql 5.7。我放 :
deb http://repo.mysql.com/apt/debian/ wheezy mysql-5.7
在文件中:
/etc/apt/sources.list.d/mysql.list
接下来我运行命令:
sudo apt-get update
sudo apt-get upgrade
并尝试安装包:
sudo apt-get install mysql-server-5.7
我收到一个错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'mysql-community-server' instead of 'mysql-server-5.7'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-community-server : Depends: mysql-common (= 5.7.11-1debian7) but 5.5.47-0+deb7u1 is to be installed
Depends: mysql-client (= 5.7.11-1debian7)
E: Unable to correct problems, you have held broken packages.
你有什么想法来解决这个问题吗?我也试过:
Note, selecting 'mysql-community-server' instead of 'mysql-server-5.7'
但这不是问题的解决方案。