Hello, I'm trying to create a user in phpMyAdmin, but it keeps on showing this:
http://klone-website.x10hosting.com/images/phpMyAdmin2.PNG
I'm entering this into the SQL command prompt:
CREATE USER 'phpuser'@'localhost'
IDENTIFIED BY '!phpuser'
What could I do to solve this problem?