ZBLOG

mysql> alert user 'root'@'%' identified by 'mdzz9014' -> ; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alert user 'root'@'%' identif...

你在执行 MySQL 命令时出现了拼写错误。正确的命令是 ALTER USER 而不是 alert user。请使用以下语句:

ALTER USER 'root'@'%' IDENTIFIED BY 'mdzz9014';

确保在输入时没有其他拼写错误,并且注意分号 ; 的位置。在执行此命令后,用户 root 的密码将被更改为 mdzz9014

如果该命令成功执行,请记得刷新权限(虽然大多数情况下不需要,但可以帮助确保所有变更立即生效):

FLUSH PRIVILEGES;

如果你还有其他问题或错误,请随时告诉我!


内容由零声教学AI助手提供,问题来源于学员提问

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=20565

分享:
扫描分享到社交APP
; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alert user 'root'@'%' identif...&appkey=&pic=&searchPic=true")' title="分享到新浪微博" class="weibo"> ; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alert user 'root'@'%' identif...")' title="分享到QQ好友" class="qq"> ; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'alert user 'root'@'%' identif...")' title="分享到QQ空间" class="qqzone">
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?