原文:Linux MySQL报错: Access denied for user 'zabbix'@'localhost' (using password: YES)

原因: 原来我进行 数据库赋权时语句写的不对 grant all priviledges on zabbix. to zabbix identified by Password 我写成了 grant all priviledges on zabbix. to zabbix identified by Password ...

2020-10-27 14:31 0 1930 推荐指数:

查看详情

启动报错Access denied for user 'root'@'localhost' (using password:YES)

项目启动报错Access denied for user 'root'@'localhost' (using password:YES) 原因:root帐户默认不开放远程访问权限,所以需要修改一下相关权限 解决:通过修改root账户密码可解决,但是通常配置数据库用户时不建议使用root用户 ...

Thu Oct 11 23:48:00 CST 2018 0 850
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM