我需要在Debian 9拉伸上安装MySQL 7.5,我试着使用PPA下载它,但是当我试图更新和完成下载时,我会得到错误的apt键过期。
Err:2 http://repo.mysql.com/apt/debian stretch InRelease
The following signatures were invalid: EXPKEYSIG 8C718D3B5072E1F5 MySQL Release Engineering
Hit:4 https://packages.sury.org/php stretch InRelease我试着把钥匙重新加进去,但问题还是一样。how我能解决这个问题吗,有什么帮助吗?
发布于 2023-03-24 19:44:56
很难找到,因为:
我发现了本站,它看起来像肯特大学为MySQL制作的档案。如果您想通过.deb文件安装它,我将给出以下步骤:
获取.deb文件,例如:
wget http://www.mirrorservice.org/sites/ftp.mysql.com/Downloads/MySQL-Cluster-7.5/mysql-cluster-community-client-dbgsym_7.5.23-1debian10_amd64.deb安装:
dpkg -i mysql-cluster-community-client-dbgsym_7.5.23-1debian10_amd64.deb安装依赖关系:
sudo apt-get -f installhttps://serverfault.com/questions/1100934
复制相似问题