Hi All,
I am relatively new to Google Apps Engine platform.
Trying to setup a wordpress blog.

I am working with wordpress on my local machine using XAMP which running 
MySQL 5.5

When following the tutorial i have successfully created the necessary 
files. but i cant run this following query for database called 
"wordpress_db"

CREATE DATABASE IF NOT EXISTS wordpress_db;
CREATE USER 'wp_user'@'localhost' IDENTIFIED BY 'wp_password';
GRANT ALL PRIVILEGES ON wordpress_db.* TO 'wp_user'@'localhost';
----------------------------------------------
----------------------------------------------> When running it, it showing 
me the error #1396 - Operation CREATE USER failed for 'wp_user'@'localhost' 

*Can you guys plz help me out to recover this problem? I already have tried 
**mysql> flush privileges; tricks. but no outcome :(*

Thanks in advance for your time and attention.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to