Home > database >  In my. Ini added the skip - grant - tables still can't skip the password
In my. Ini added the skip - grant - tables still can't skip the password

Time:10-11

[client]
Port=3306
Default - character - set=utf8
[mysqld]
Skip - grant - tables
Port=3306
Character_set_server=utf8
MYSQL_HOME basedir=% %
MYSQL_HOME datadir=% % \ data
[WinMySQLAdmin]
% MYSQL_HOME % \ bin \ mysqld exe

CodePudding user response:

Did you restart the database?

CodePudding user response:

Modify the parameters in the configuration file, typically to restart the database service

CodePudding user response:

It is no use a restart

CodePudding user response:

Mysqld - skip - grant - tables
Give it a try when start the service
  • Related