mysql_native_password

5.mysql8.0以上版本,ProxySQL 监控/连接账户,要以 mysql_native_password 形式创建,否则会连接拒绝

CREATE USER 'monitor'@'%' IDENTIFIED BY '123456';grant all privileges on *.* to 'monitor'@'%' with grant option;flush privileges; ALTER USER 'root'@'% ......

Authentication to host '10.167.32.123' for user 'root' using method 'mysql_native_password' failed with message: Reading from the stream has failed

连接Mysql5.7以上的版本的数据库出现报错: C#连接远程连接mysql时,抛异常:Authentication to host '10.167.32.123' for user 'root' using method 'mysql_native_password' failed with me ......

using method 'mysql_native_password' failed with message

错误消息:Connection open error . Authentication to host '10.114.129.206' for user 'root' using method 'mysql_native_password' failed with message: Reading ......
共3篇  :1/1页 首页上一页1下一页尾页