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
![]()
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 clientTo solve it;make sure you use
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
FATAL ERROR: Upgrade failed

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