Re: New user cannot login: plugin not loaded
Posted by: Geoffry Roberts
Date: March 11, 2016 07:14AM

I solved my own problem.

I had originally installed MySQL using Homebrew. Along the way I inadvertently upgraded MySQL when I confused brew update with brew upgrade. Apparently, brew upgrade will upgrade everything the was ever installed using brew. This is not what I wanted, but it is what I got.

It seems the Homebrew upgrade does nothing for the datastore (tables). After rummaging around the net I discovered I needed to run

$> mysql_upgrade -u root

to perform further modifications. I did that, bounced the instance, and the error went away.

Options: ReplyQuote


Subject
Written By
Posted
Re: New user cannot login: plugin not loaded
March 11, 2016 07:14AM


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.