On Sat, Nov 2, 2013 at 5:55 PM, amit mojumder <[email protected]> wrote:
> 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* > Most of the time, this problem is due to the user already existing in the database. Can you call DROP USER wp_user? Alternately, try creating a new database and use that. Make sure you don't add in anything to the database prior to creating the user. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
