MySQL 中用户使用替换命令所需的最低权限是什么?
标题基本上就是问题; MySQL 用户使用 REPLACE 命令所需的最低权限是什么?我最初的猜测是 SELECT
、DELETE
和 INSERT
,但我想确保用户不需要 UPDATE< /代码>也是如此。
The title is basically the question; what are the minimum privileges a MySQL user needs to use the REPLACE
command? My initial guess is SELECT
, DELETE
, and INSERT
, but I want to make sure that the user doesn't need UPDATE
as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从手册
http://dev.mysql.com/doc/refman/ 5.0/en/replace.html
From the manual
http://dev.mysql.com/doc/refman/5.0/en/replace.html