原文:navicat远程连接报1045 access denied for user'root'@'ip'(using pasword:yes".............

这个其实很简单,授权就行了。如下 GRANT ALL PRIVILEGES ON . TO root IDENTIFIED BY root WITH GRANT OPTION flush privileges 但新版本的 . 中,在执行第一步的时候会报错,ERROR HY : Your password does not satisfy the current policy requirement ...

2018-01-25 13:46 0 1160 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM