MySQL Forums
Forum List  »  Newbie

Re: Impossible to connect locally to Mysql
Posted by: Peter Brawley
Date: November 05, 2019 07:27AM

A login needs an entry in mysql.user created with Create User and configured by a Grant command.

Let's see the result of ...

select user,host,authentication_string
from mysql.user;

Options: ReplyQuote


Subject
Written By
Posted
Re: Impossible to connect locally to Mysql
November 05, 2019 07:27AM


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.