gpt4 book ai didi

mysql - 在 Debian VPS 上安装 Apache & 未满足的依赖项错误

转载 作者:太空宇宙 更新时间:2023-11-04 12:42:45 26 4
gpt4 key购买 nike

我有一个 VPS,它运行在 Debian GNU/Linux 8 (jessie) 上。我尝试在上面安装 Apache、PHP 和 MySQL。我收到以下错误:

以下包具有未满足的依赖项: mysql-server :取决于:mysql-server-5.5 但不会安装E:未满足的依赖项。尝试不带软件包的“apt-get -f install”(或指定解决方案)。

当我运行 apt-get -f install 时,出现以下错误:

Preconfiguring packages ...
(Reading database ... 39521 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.5_5.5.52-0+deb8u1_amd64.deb ...
Aborting downgrade from (at least) 10.0 to 5.5.
If are sure you want to downgrade to 5.5, remove the file
/var/lib/mysql/debian-*.flag and try installing again.
dpkg: error processing archive /var/cache/apt/archives/mysql-server-5.5_5.5.52-0+deb8u1_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
E: Sub-process /usr/bin/dpkg returned an error code (1)

我有 Linux 的基础知识,所以任何建议或帮助。我在网上搜索并尝试卸载并删除并重新安装 MySQL...但没有成功。

最佳答案

根据你的错误输出,我做了一个快速的 apt-cache search 来查看 mysql-server 的版本号

据我所见,您可能安装了 mariadb-server-10.0 而不是 mysql-server

做一个dpkg -l | grep mysql 并查看结果。你也可以试试 dpkg -l | grep server 并查看该输出。

添加评论-

您是否删除了它要求您执行的文件?

如果你需要同时运行两个数据库服务器,我会遵循这个
https://superuser.com/questions/1029228/mysql-and-mariadb-instances-on-the-same-server

如果您不需要两个数据库,那么我会从您的服务器中apt-get remove mariadb-.. 然后apt-get -f install 得到已安装 mysql 服务器

关于mysql - 在 Debian VPS 上安装 Apache & 未满足的依赖项错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39679378/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com