MySQL Forums
Forum List  »  Newbie

Re: Not understanding the simplest security scenario
Posted by: shu William
Date: July 23, 2022 07:10PM

The cause of this problem:
1.UNIX socket is used to connect to mysql through localhost, while TCP/IP is used to connect to mysql through 127.0.0.1.

How to solve:
Authorize 'root'@'localhost' and 'root'@'ip'

Options: ReplyQuote


Subject
Written By
Posted
Re: Not understanding the simplest security scenario
July 23, 2022 07:10PM


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.