ERROR 1396 (HY000): Operation CREATE USER failed for ‘jack’@’localhost’

Try doing a FLUSH PRIVILEGES;. This MySQL bug post on that error code appears to report some success in a case similar to yours after flushing privs. 

Leave a Comment