云飞扬 发表于 2023-3-15 15:56:50

【已完成】宝塔创建数据库或修改权限都提示 mysql密码错...

修改数据库密码是提示成功的,但是使用到就会提示密码错误。


系统:Windows Server 2012 R2 Datacenter (build 9600) x64 (Py3.8.6)  免费版 7.8.0

云飞扬 发表于 2023-5-15 12:36:19

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,导致宝塔数据库验证不成功。
页: [1]
查看完整版本: 【已完成】宝塔创建数据库或修改权限都提示 mysql密码错...