在学习MGR时,创建用户,
当我使用install plugin安装插件又提示我函数已经存在。 整了好几天。后来才在https://blog.csdn.net/m0_74823239/article/details/144252883 找到答案。 打开/etc/my.cnf 记住: mysql_native_password=ON#添加此行 而不要直接取消这行default_authentication_plugin=mysql_native_password的注释,否则mysql会无法启动。 现使用show plugins就会看到mysql_natvie_password处于激活状态了。 有了它,密码会有规则。上面的密码会不符合规则而创建失败。 |
合作电话:010-64087828
社区邮箱:greatsql@greatdb.com


