我正在嘗試在MySQL 5.6中創建新用戶,但在執行查詢時出現錯誤。請幫忙。無法在mysql中創建新用戶
mysql> create user [email protected]'%' indentified by 'Passw0rd';<br></b>
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 'indentified by 'Passw0rd'' at line 1
該關鍵字拼寫爲**'IDENTIFIED' **,而不是**'INDENTIFIED' **。 – spencer7593 2015-02-09 06:32:06