MySQL Forums
Forum List  »  General

Re: MySQL 8.17 latest patch
Posted by: Udara Ratnayake
Date: February 26, 2020 10:02PM

Hi Bj0rn
Could you please provide how to upgrade steps if possible.

I did through repo and end up with no update as follows.
I installed this repo
https://dev.mysql.com/doc/mysql-repo-excerpt/8.0/en/updating-yum-repo.html

Then run the steps as follows


Server1$ sudo yum update mysql-server
CentOS-8 - AppStream 11 kB/s | 4.3 kB 00:00
CentOS-8 - Base 3.3 kB/s | 3.8 kB 00:01
CentOS-8 - Extras 1.6 kB/s | 1.5 kB 00:00
MySQL 8.0 Community Server 10 kB/s | 2.5 kB 00:00
MySQL Connectors Community 4.4 kB/s | 2.5 kB 00:00
MySQL Tools Community 9.9 kB/s | 2.5 kB 00:00
Dependencies resolved.
Nothing to do.
Complete!
++++++++++++++++++++++++++

mysql> status;
--------------
mysql Ver 8.0.17 for Linux on x86_64 (Source distribution)

Connection id: 7727
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 8.0.17 Source distribution
++++++++++++++++++++++++++++++++++++
Server1 $ sudo yum repolist all | grep mysql
Last metadata expiration check: 0:54:55 ago on Thu 27 Feb 2020 14:04:05 AEDT.
mysql-cluster-8.0-community MySQL Cluster 8.0 Community disabled
mysql-cluster-8.0-community-source MySQL Cluster 8.0 Community - disabled
mysql-connectors-community MySQL Connectors Community enabled: 42
mysql-connectors-community-source MySQL Connectors Community - S disabled
mysql-tools-community MySQL Tools Community enabled: 19
mysql-tools-community-source MySQL Tools Community - Source disabled
mysql-tools-preview MySQL Tools Preview disabled
mysql-tools-preview-source MySQL Tools Preview - Source disabled
mysql80-community MySQL 8.0 Community Server enabled: 31
mysql80-community-source MySQL 8.0 Community Server - S disabled

++++++++++++++++++++++++++++++++++++

I am not sure before that i need to disable to existing mysql befor run upgrade
sudo yum-config-manager --disable mysql-community

Secondly I cant find the mysqld_safe to start with --upgrade=force .Normally I start mysql using
$systemstl start mysqld

any idea to resolve this would be highly appreciate.

Regards
Udara

Options: ReplyQuote


Subject
Written By
Posted
February 25, 2020 09:26PM
February 26, 2020 03:40AM
Re: MySQL 8.17 latest patch
February 26, 2020 10:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.