Re: Failed to Login: Invalid --keyring-migration-source option.
Posted by: Jon Stephens
Date: April 08, 2021 03:05AM

Did you really try to use mysqld -u root -p and not mysql -uroot -p? I think the latter is what you want.

mysqld is the server, where the data is stored. mysql is the client that you use for connecting to the server and performing queries to access the data.

cheers

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote




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.