MySQL Forums
Forum List  »  Newbie

Creating a new database Error 1044 (42000): Access denied
Posted by: Stuart Patrick
Date: July 02, 2005 06:36AM

I'm new to SQL & creatign DBs but the tutorial I've found here is just what I need.
However, eventhough everything up to the point of creating a new DB works fine in my command line, when I try to create one using
mysql> CREATE DATABASE jokes;
I get:
ERROR 1044 (42000): Access dened for user ''@'%' to database 'jokes'
What does this mean & what should I do about it?
Hope someone can help.
Thanks,
Stu.

Options: ReplyQuote


Subject
Written By
Posted
Creating a new database Error 1044 (42000): Access denied
July 02, 2005 06:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.