我试过两次,但总是失败。根据这个小家伙的说法,debian停止了mysql的打包。我试图通过安装MariaDB来解决这个问题,但是我很难找到一个有用的教程。然后我尝试使用本教程,但是在安装客户机时出现了以下错误:
miked@debian:~$ sudo apt install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
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-server : Depends: mysql-community-server (= 5.7.34-1debian10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.那么,是否可以在Debian10 buster上安装mysql5.7,还是应该安装debian9服务器?
发布于 2021-06-15 14:58:17
您可以下载并安装Debian系统上的包,它将向系统添加PPA文件。在安装MySQL apt配置包期间,它将提示选择要安装的MySQL版本。选择要在系统上安装的MySQL 5.7选项。
有关安装它的步骤,请参阅下面的链接。
https://serverfault.com/questions/1066773
复制相似问题