Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以将 mysql 用户设置为仅对数据库中的某个表或列具有读取权限?
是的,您可以使用 GRANT 对数据库进行细粒度的操作。看
http://dev.mysql.com/doc/refman/5.1/en/grant.html