MySQL Forums
Forum List  »  InnoDB

Re: MySQL Server 8.0.22 Missing sys folder database upgrade fails
Posted by: Daniel Retief
Date: October 31, 2020 01:08PM

For some reason this time when I ran the upgrade minimal option it worked:

sudo -u mysql mysqld --upgrade=MINIMAL --skip-grant-tables --skip-networking &

I was then able to log in to mysql to drop the sys schema

mysql -u root

DROP DATABASE sys;

Then restart mysql server normally to complete the full upgrade:

sudo killall mysqld

sudo service mysql start

Hope that helps someone!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Server 8.0.22 Missing sys folder database upgrade fails
721
October 31, 2020 01:08PM


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.