【发布时间】: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 但仍然给我这个错误。
如果你能帮助我,真的很感激,谢谢。
【问题讨论】:
-
试试
sudo apt-get check && sudo apt-get update -
MySql 在 5.7 版本中已经记录了 bug,可以参考bugs.mysql.com/bug.php?id=76174 和bugs.mysql.com/bug.php?id=76149
标签: mysql debian beagleboneblack mysql-5.7