MySQL共2篇
远程连接MYSQL 8.0数据库时报错:ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password‘ cannot be load-运维技术栈

远程连接MYSQL 8.0数据库时报错:ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password‘ cannot be load

在远程服务器连接MYSQL 8.0数据库时出现如下错误: ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib64/mysql/plugin/caching_sha2_password.so...
阿洛的头像-运维技术栈阿洛5年前
036281
mysql中解决:1044 - Access denied for user ‘root‘@‘%‘ to database ‘exhibition‘-运维技术栈

mysql中解决:1044 – Access denied for user ‘root‘@‘%‘ to database ‘exhibition‘

新源码编译的MYSQL 5.7.21数据库,并新建了一个%的root用户。 然后新建一个数据库exhibition,在对exhibition进行授权的时候提示1044 - Access denied for user 'root'@'%' to database 'exhibi...
阿洛的头像-运维技术栈阿洛5年前
0107316