Wednesday, July 3, 2024
HomeDatabasesMariadb & MysqlAccess Denied for user ..FATAL ERROR: Upgrade failed while upgrading from mariadb...

Access Denied for user ..FATAL ERROR: Upgrade failed while upgrading from mariadb 5.5 on CentOS 7

I stand to accuse CentOS 7 repositories for being outdated. I installed mariadb for local development, when all of a sudden I decided to use full text mysql queries and it turns out the mysql version i was using did not support it. The requirement was to upgrade from MariaDB 5.5 to MariaDB 10.x. Once that was done, I experienced the error message:

Access Denied for user ..FATAL ERROR: Upgrade failed while upgrading from mariadb 5.5

To solve the error, run the following commands:

sudo mysql_upgrade -p

Supply your password when prompted.

Screenshot%2Bfrom%2B2016 03 24%2B05 33 05

And that’s all. You should now have a working upgrade from MariaDB 5.5 on CentOS 7.

Nicole Veronica Rubhabha
Nicole Veronica Rubhabha
A highly competent and organized individual DotNet developer with a track record of architecting and developing web client-server applications. Recognized as a personable, dedicated performer who demonstrates innovation, communication, and teamwork to ensure quality and timely project completion. Expertise in C#, ASP.Net, MVC, LINQ, EF 6, Web Services, SQL Server, MySql, Web development,
RELATED ARTICLES

Most Popular

Recent Comments