Quantcast
Channel: Computing For Geeks
Viewing all articles
Browse latest Browse all 78

FATAL ERROR: Upgrade failed while upgrading from mariadb 5.5 on CentOS 7

$
0
0
I stand to accuse Centos 7 repositories to be outdated.Why mariadb for local development when all of a sudden i decided to use full text mysql queries and turn out the mysql version i was using does not support it mysql 5.5
The folks at tecmint were rather helpful
upgrade-mariadb-5-5-to-10-centos-rhel-debian-ubuntu
Still i had this issue:

[root@localhost shockwave]# mysql_upgrade
Version check failed. Got the following error when calling the 'mysql' command line client
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
FATAL ERROR: Upgrade failed
To solve it;make sure you use


[root@localhost shockwave]# mysql_upgrade -p
[root@localhost shockwave]# supplyyour password here
That's all.



Viewing all articles
Browse latest Browse all 78

Trending Articles