MySQL Forums
Forum List  »  Install & Repo

Re: In-Place Upgrade from MySQL 5.7.33 to MySQL 8.0.25 very slow
Posted by: Ralf Meyer
Date: August 13, 2021 11:00AM

And just as a confirmation, I have also tried this on another, larger database server, and it fixed it indeed:

Without the change:

# time systemctl start mysql

real 146m4.164s
user 0m0.000s
sys 0m0.000s


With the change:

# time systemctl start mysql

real 7m53.202s
user 0m0.000s
sys 0m0.000s

Options: ReplyQuote




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.