我使用windows上的MySQL命令行以root身份登录。这是与Microsoft平台安装程序一起安装的。版本是
Server version: 5.1.72-community MySQL Community Server (GPL)我不能用这个语句创建一个新用户
create user 'someuser'@'localhost' indentified by password 'somepassword';或
create user 'someuser'@'localhost' indentified by 'somepassword';我知道这个错误
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 'inden
tified by 'somepassword'' at line 1发布于 2014-11-20 05:10:13
有一个错误:indentified,应该是identified
https://stackoverflow.com/questions/27032185
复制相似问题