1
我創建MySQL中的數據庫,並跑了命令 -ERROR 1396(HY000):操作CREATE USER失敗
create database projectdb;
create user 'aquaman'@'localhost' identified by password'aquaman123';
,它給了無差錯
ERROR 1396 (HY000): Operation CREATE USER failed for 'aquaman'@'localhost'
請人幫助我如何解決它
這是否幫助http://stackoverflow.com/questions/5555328/error-1396- hy000-operation-create-user-failed-for-jacklocalhost? –