- mysql> flush privileges;
- mysql> grant all privileges on *.* to root@'127.0.0.1' identified by '123456' with grant option;
- mysql> flush privileges;
复制代码
将 root@'localhost' 改为 root@'127.0.0.1' 即可。
可能是hosts 出现问题,ipv4的 localhost变为 ipv6 的::1,导致宝塔数据库验证不成功。 |
|