# 用户名: auth
# 密 码: abc
# 授权给: 203.81.18.67
grant all privileges on *.* to auth@'203.81.18.67' identified by 'abc';
flush privileges;
# 用户名: auth
# 密 码: abc
# 授权给: 203.81.18.67
grant all privileges on *.* to auth@'203.81.18.67' identified by 'abc';
flush privileges;
本文标题:mysql 添加授权
本文链接:https://www.haomeiwen.com/subject/pzdtbqtx.html
网友评论