Rancher部署mysql8

环境变量设置

      设置root用户的密码

       Rancher部署mysql8

端口映射 

        Rancher部署mysql8

处理用户远程连接登录异常 

     create user 'taishi'@'%' identified by 'aransfar@123';
     grant all privileges on *.* to 'taishi'@'%' with grant option;
     flush privileges;

    ALTER USER 'taishi'@'%' IDENTIFIED WITH mysql_native_password BY 'aransfar@123';

    set global log_bin_trust_function_creators=1;

   Rancher部署mysql8

 处理mysql8在sql查询语句中不区分大小写字符

   Rancher部署mysql8

 所有服务正常连接数据库并启动

      数据库传输同步

        Rancher部署mysql8

         Rancher部署mysql8

上一篇:Linus安装mysql8


下一篇:mysql8版本以上重置密码