shardingsphere-proxy.zip新增sharding用户

  1. 用户名为ribincao ,'%'表示所有 ip 都可访问,'123456'为密码

    create user 'sharding'@'%' identified by 'sharding';

  2. 授予用户权限, 否则操作会报 command denied 错误

    GRANT ALL PRIVILEGES ON . TO 'sharding'@'%' IDENTIFIED BY 'sharding' WITH GRANT OPTION;
    flush privileges;

shardingsphere-proxy.zip

最后修改:2022 年 09 月 23 日 09 : 22 PM
如果觉得我的文章对你有用,请随意赞赏