1 grant select,insert,update,delete on db_name.table_name to user_name@‘%‘;
mysql用户授权
原文:https://www.cnblogs.com/lovelp0327/p/13186693.html