mysqld_safe --skip-grant-tables &
mysql
use mysql;
update user set authentication_string=PASSWORD("") where User='root';
update user set plugin="mysql_native_password";
flush privileges;
quit;
#1 "ERRO[0000] cannot find UID/GID for user admin: cannot read subids - check rootless mode in man pages WARN[0000] Using rootless sin...
Hiç yorum yok:
Yorum Gönder