MySQL Forums
Forum List  »  Install & Repo

Re: upgrade mysql to 8.0.17 to 8.0.19
Posted by: Frederic Descamps
Date: February 27, 2020 07:35AM

Hi Udara,

When using MySQL 8.0 you don't need to run any mysql_upgrade script anymore. The upgrade process is part of mysqld.

So when you want to upgrade from 8.0.17 to 8.0.19, you need to stop mysql (systemctl stop mysqld), run yum upgrade, and restart mysqld (systemctl start mysqld). That's it !

Options: ReplyQuote


Subject
Written By
Posted
Re: upgrade mysql to 8.0.17 to 8.0.19
February 27, 2020 07:35AM


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.