After the upgrade { 1) stop mariadb service, 2) yum remove and 3) yum install mariadb-server }, I executed the script mysql_upgrade and I go the unix_socket not loaded error. # mysql_upgrade
Version check failed. Got the following error when calling the 'mysql' command line client ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded FATAL ERROR: Upgrade failed
Later, I tried to mysqld-safe --skip-grant-tables and logged into MariaDB, noticed that root user for localhost contains plugin as unix_socket. On Mon, Nov 13, 2017 at 2:46 PM, Reindl Harald <h.reindl@thelounge.net> wrote:
Am 13.11.2017 um 10:11 schrieb Karthick Subramanian:
All,
Did anyone face issues after upgrading the mariadb from 10.1 to 10.2 to login to root user as shown below
did you run mysql_upgrade?
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp