mysql用户只对一个数据库里面的一张表有权限

2025-03-01 08:46:12
推荐回答(1个)
回答1:

grant select on database.table1 to username@'ip' identified password;