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 评论
最新