【问题标题】:Failed to Install Mysql 5.7安装 Mysql 5.7 失败
【发布时间】:2016-11-29 04:39:37
【问题描述】:

我尝试使用操作系统 Debian Jessie 在我的 beaglebone black 中安装 mysql server 5.7,我遵循此指令 http://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#apt-repo-setup。但是当我使用 apt-get update 时,它​​总是给我一个错误。

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)

这个错误让我发疯,我尝试使用 apt-get clean,删除 mysql.list 但仍然给我这个错误。

如果你能帮助我,真的很感激,谢谢。

【问题讨论】:

标签: mysql debian beagleboneblack mysql-5.7


【解决方案1】:

我猜这意味着这个存储库不提供包的 ARMv7 硬浮点构建。可能只适用于 i386 和 AMD64 机器。

如果该版本足以满足您的需求,您可以从jessie-backports 安装 mySQL 5.6。如果你需要 5.7,你要么需要重建软件包(非常慢),要么 dist-upgrade 到 Debian SID(小心,可能不稳定)。

【讨论】:

    猜你喜欢
    • 2023-03-11
    • 2011-08-13
    • 2019-01-24
    • 1970-01-01
    • 1970-01-01
    • 2018-11-27
    • 2021-08-30
    • 1970-01-01
    • 2014-05-23
    相关资源
    最近更新 更多