Cannot upgrade to MySQL 8 from 5.7 [duplicate]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
This question already has an answer here:
“GPG error:The following signatures were invalid: KEYEXPIRED”
5 answers
mysql PPA - invalid signature
2 answers
I'm trying to update MySQL
to the latest version, actually I have the version 5.7, what I did is the following:
1. Downloaded the package:
wget https://repo.mysql.com//mysql-apt-config_0.8.10-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb
then I choosed this:
later I seelcted MySQL 8.0 and finally this:
2.Update
Then I run the following commands:
sudo apt-get update
sudo apt-get install mysql-server
3. Version Checking:
So I checked the current version using apt policy mysql-server
and this return:
These are some logs during the update:
What I did wrong?
Output of cat /etc/apt/sources.list.d/mysql.list
:
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-apt-config
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools
#deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools-preview
deb-src http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
apt server upgrade mysql
marked as duplicate by Kulfy, Charles Green, karel, Fabby, Eric Carvalho Apr 1 at 13:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
“GPG error:The following signatures were invalid: KEYEXPIRED”
5 answers
mysql PPA - invalid signature
2 answers
I'm trying to update MySQL
to the latest version, actually I have the version 5.7, what I did is the following:
1. Downloaded the package:
wget https://repo.mysql.com//mysql-apt-config_0.8.10-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb
then I choosed this:
later I seelcted MySQL 8.0 and finally this:
2.Update
Then I run the following commands:
sudo apt-get update
sudo apt-get install mysql-server
3. Version Checking:
So I checked the current version using apt policy mysql-server
and this return:
These are some logs during the update:
What I did wrong?
Output of cat /etc/apt/sources.list.d/mysql.list
:
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-apt-config
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools
#deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools-preview
deb-src http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
apt server upgrade mysql
marked as duplicate by Kulfy, Charles Green, karel, Fabby, Eric Carvalho Apr 1 at 13:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
What is the output ofcat /etc/apt/sources.list.d/mysql.list
?
– Kulfy
Mar 29 at 12:03
@Kulfy I added the output at the bottom of the question
– sfarzoso
Mar 29 at 12:06
1
Possible duplicate of "GPG error:The following signatures were invalid: KEYEXPIRED". See answer by Peter if system clock looks ok.
– Kulfy
Mar 29 at 12:12
This question https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature discusses fixing the same problem, from the same repo
– Charles Green
Mar 29 at 12:25
add a comment |
This question already has an answer here:
“GPG error:The following signatures were invalid: KEYEXPIRED”
5 answers
mysql PPA - invalid signature
2 answers
I'm trying to update MySQL
to the latest version, actually I have the version 5.7, what I did is the following:
1. Downloaded the package:
wget https://repo.mysql.com//mysql-apt-config_0.8.10-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb
then I choosed this:
later I seelcted MySQL 8.0 and finally this:
2.Update
Then I run the following commands:
sudo apt-get update
sudo apt-get install mysql-server
3. Version Checking:
So I checked the current version using apt policy mysql-server
and this return:
These are some logs during the update:
What I did wrong?
Output of cat /etc/apt/sources.list.d/mysql.list
:
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-apt-config
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools
#deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools-preview
deb-src http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
apt server upgrade mysql
This question already has an answer here:
“GPG error:The following signatures were invalid: KEYEXPIRED”
5 answers
mysql PPA - invalid signature
2 answers
I'm trying to update MySQL
to the latest version, actually I have the version 5.7, what I did is the following:
1. Downloaded the package:
wget https://repo.mysql.com//mysql-apt-config_0.8.10-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb
then I choosed this:
later I seelcted MySQL 8.0 and finally this:
2.Update
Then I run the following commands:
sudo apt-get update
sudo apt-get install mysql-server
3. Version Checking:
So I checked the current version using apt policy mysql-server
and this return:
These are some logs during the update:
What I did wrong?
Output of cat /etc/apt/sources.list.d/mysql.list
:
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-apt-config
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools
#deb http://repo.mysql.com/apt/ubuntu/ bionic mysql-tools-preview
deb-src http://repo.mysql.com/apt/ubuntu/ bionic mysql-8.0
This question already has an answer here:
“GPG error:The following signatures were invalid: KEYEXPIRED”
5 answers
mysql PPA - invalid signature
2 answers
apt server upgrade mysql
apt server upgrade mysql
edited Mar 29 at 12:06
sfarzoso
asked Mar 29 at 12:02
sfarzososfarzoso
1012
1012
marked as duplicate by Kulfy, Charles Green, karel, Fabby, Eric Carvalho Apr 1 at 13:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kulfy, Charles Green, karel, Fabby, Eric Carvalho Apr 1 at 13:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
What is the output ofcat /etc/apt/sources.list.d/mysql.list
?
– Kulfy
Mar 29 at 12:03
@Kulfy I added the output at the bottom of the question
– sfarzoso
Mar 29 at 12:06
1
Possible duplicate of "GPG error:The following signatures were invalid: KEYEXPIRED". See answer by Peter if system clock looks ok.
– Kulfy
Mar 29 at 12:12
This question https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature discusses fixing the same problem, from the same repo
– Charles Green
Mar 29 at 12:25
add a comment |
What is the output ofcat /etc/apt/sources.list.d/mysql.list
?
– Kulfy
Mar 29 at 12:03
@Kulfy I added the output at the bottom of the question
– sfarzoso
Mar 29 at 12:06
1
Possible duplicate of "GPG error:The following signatures were invalid: KEYEXPIRED". See answer by Peter if system clock looks ok.
– Kulfy
Mar 29 at 12:12
This question https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature discusses fixing the same problem, from the same repo
– Charles Green
Mar 29 at 12:25
What is the output of
cat /etc/apt/sources.list.d/mysql.list
?– Kulfy
Mar 29 at 12:03
What is the output of
cat /etc/apt/sources.list.d/mysql.list
?– Kulfy
Mar 29 at 12:03
@Kulfy I added the output at the bottom of the question
– sfarzoso
Mar 29 at 12:06
@Kulfy I added the output at the bottom of the question
– sfarzoso
Mar 29 at 12:06
1
1
Possible duplicate of "GPG error:The following signatures were invalid: KEYEXPIRED". See answer by Peter if system clock looks ok.
– Kulfy
Mar 29 at 12:12
Possible duplicate of "GPG error:The following signatures were invalid: KEYEXPIRED". See answer by Peter if system clock looks ok.
– Kulfy
Mar 29 at 12:12
This question https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature discusses fixing the same problem, from the same repo
– Charles Green
Mar 29 at 12:25
This question https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature discusses fixing the same problem, from the same repo
– Charles Green
Mar 29 at 12:25
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
What is the output of
cat /etc/apt/sources.list.d/mysql.list
?– Kulfy
Mar 29 at 12:03
@Kulfy I added the output at the bottom of the question
– sfarzoso
Mar 29 at 12:06
1
Possible duplicate of "GPG error:The following signatures were invalid: KEYEXPIRED". See answer by Peter if system clock looks ok.
– Kulfy
Mar 29 at 12:12
This question https://askubuntu.com/questions/1120363/mysql-ppa-invalid-signature discusses fixing the same problem, from the same repo
– Charles Green
Mar 29 at 12:25