Re: ERROR 1044: Access denied for user: '@localhost' to database 'menagerie'

2004-06-08 Thread gerald_clark
c s wrote: Dear friends, I have a question about mysql. I installed mysql on windows 2000, after I started the mysql, I tried to create a database, but I was denied, I got message: mysql> show databases; +--+ | Database | +--+ | test | +--+ 1 row in set (0.00 sec) mysq

Re: ERROR 1044: Access denied for user

2002-07-11 Thread Alexander Barkov
It means you don't have enough privileges to access 'mysql' database. You can add these privileges using "GRANT" command under user 'root' (or under another superuser). Check manual, the section about privileges. anjani.sinha wrote: > Hi all, > > I am getting the error when trying to connect se

Re: ERROR 1044: Access denied

2001-08-28 Thread Dana Powers
TECTED]> Sent: Tuesday, August 28, 2001 4:39 PM Subject: Re: ERROR 1044: Access denied > > - Original Message - > From: "Dana Powers" <[EMAIL PROTECTED]> > To: "Pierre-Yves" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: W

Re: ERROR 1044: Access denied

2001-08-28 Thread Pierre-Yves
- Original Message - From: "Dana Powers" <[EMAIL PROTECTED]> To: "Pierre-Yves" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 1:22 AM Subject: Re: ERROR 1044: Access denied > > ERROR 1044: Access denied for u

Re: ERROR 1044: Access denied

2001-08-28 Thread Dana Powers
> ERROR 1044: Access denied for user: '@localhost' to database 'hello' This says that you are connected as user '' ( blank ) from localhost. Make sure you're logging on correctly and try again. dpk - Before posting, please check