天天看点

1045 Access denied for user 'root'@'localhost' (using password: YES) 解决办法

首先输入这个

mysqld --console --skip-grant-tables --shared-memory

然后在输入这个

ALTER USER "root"@"localhost" IDENTIFIED BY "123456";