mysql8 创建新用户

create user 'test_user_name'@'172.18.0.4' identified by 'test_pwd';
grant all privileges on test_db_name.* to 'test_user_name'@'172.18.0.4';
flush privileges;

0 评论
最新
最旧 最多投票
内联反馈
查看所有评论
滚动至顶部