GRANTPRIVILEGES 是否会覆盖现有的用户和密码?
是否执行以下命令:
GRANT ALL PRIVILEGES ON myblog.* TO "wordpress"@"localhost" IDENTIFIED BY "summer";
如果执行,则设置一个新密码,当已经存在密码为 Winter 的用户 wordpress 时?
Does the following command:
GRANT ALL PRIVILEGES ON myblog.* TO "wordpress"@"localhost" IDENTIFIED BY "summer";
If executed, set a new password, when there is already an existing user wordpress with password winter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,确实如此。
引自 MySQL 文档
Yes, it does.
Quoted from MySQL documentation
来自: MySql 文档
From: MySql doc