MySQL Forums
Forum List  »  Install & Repo

SELECT user, authentication_string FROM mysql.user returns a bad field
Posted by: John Adams
Date: June 11, 2024 01:00PM

Hi, folks,

I'm getting an unreasonable failure to authenticate. The username and password in the URL are correct--I've checked them multiple times. However, when I SELECT user, authentication_string FROM mysql.user , the user which will not authenticate doesn't show up in the user column.

Instead, the authentication_string value is left-justified, like so:


+------------------+------------------------------------------------------------------------+
| user | authentication_string |
+------------------+------------------------------------------------------------------------+
w.o_oaaA&MOREGIBBERISHTHATFILLSOUTTHELINE |
| mysql.infoschema | $A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED |

etc.

Any thoughts on what's going on?

Thanks,

John A

Options: ReplyQuote


Subject
Written By
Posted
SELECT user, authentication_string FROM mysql.user returns a bad field
June 11, 2024 01:00PM


Sorry, only registered users may post in this forum.

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.