Home > database >  Mysql 5.7 in after the success of the service, local connection failure
Mysql 5.7 in after the success of the service, local connection failure

Time:09-24


Checked the corresponding port, found mysqld. Exe is in listening state,


In my. Ini have been added in the "bind - address=127.0.0.1",
Host file also has "127.0.0.1 localhost,"
What reason? Seek solutions,

CodePudding user response:

Mysql -u root -p try?

CodePudding user response:

May be due to an empty data
The use of mysql;
The delete from the user where the user=' ';
flush privileges;
  • Related