Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MySQL存储库的签名无效_Mysql_Linux_Debian_Apt_Apt Get - Fatal编程技术网

MySQL存储库的签名无效

MySQL存储库的签名无效,mysql,linux,debian,apt,apt-get,Mysql,Linux,Debian,Apt,Apt Get,我真的希望你能帮助我,因为我自己已经试着找到一个解决方案,大约3个小时了。 我基本上浏览了所有关于这个的stackoverflow帖子 我想做的是在我的Debian Linux 10环境中更新 每次我试着运行它时,都会出现: Get:1 http://repo.mysql.com/apt stable InRelease [3,566 B] Get:2 https://packages.sury.org/php buster InRelease [6,771 B] Err:1 http://re

我真的希望你能帮助我,因为我自己已经试着找到一个解决方案,大约3个小时了。 我基本上浏览了所有关于这个的stackoverflow帖子

我想做的是
在我的Debian Linux 10环境中更新

每次我试着运行它时,都会出现:

Get:1 http://repo.mysql.com/apt stable InRelease [3,566 B]
Get:2 https://packages.sury.org/php buster InRelease [6,771 B]
Err:1 http://repo.mysql.com/apt stable InRelease
  The following signatures were invalid: A4A9406876FCBD3C456770C88C718D3B5072E1F5
Get:3 https://packages.sury.org/php buster/main i386 Packages [282 kB]
Reading package lists... Done
W: GPG error: http://repo.mysql.com/apt stable InRelease: The following signatures were invalid: 
A4A9406876FCBD3C456770C88C718D3B5072E1F5
E: The repository 'http://repo.mysql.com/apt stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
我已经尝试了在stackoverflow和MySQL论坛上找到的所有东西。 我真的希望你能帮助我


提前谢谢。

我刚刚遇到了一个类似的问题并找到了答案。签名密钥已过期

尝试运行以下命令:


sudo apt key adv--keyserver keys.gnupg.net--recv keys A4A9406876FCBD3C456770C88C718D3B5072E1F5

当我尝试返回时:
执行:/tmp/apt-key-gpghome.00F6EFHTL2/gpg.1.sh--keyserver keys.gnupg.net--recv keys a4a9406876fcbd3c456770c88c718d3B50718d3072e1f5 gpg:删除了重复签名gpg:key 8C718D3B5072E1F5:“MySQL发布工程”未更改gpg:处理总数:1 gpg:未更改:1
,然后apt get update仍然无法工作。