Re: ROOT Access Denied !!

2002-06-11 Thread Colin Cooler
Thank you Ray, this worked! Colin on 6/11/02 2:59 PM, Ray at [EMAIL PROTECTED] wrote: > mysql --password > (or just -p) > > On Tuesday 11 June 2002 7:30, you wrote: >> When I try to connect to mysql as 'root' I get the following: >>> [localhost:/Users/cooldaze] root# mysql >>> ERROR 1045: Ac

Re: ROOT Access Denied !!

2002-06-11 Thread João Paulo Vasconcellos
Add -p to the command line. [localhost:/Users/cooldaze] root# mysql -p On Tuesday 11 June 2002 09:30, Colin Cooler wrote: > When I try to connect to mysql as 'root' I get the following: > >[localhost:/Users/cooldaze] root# mysql > >ERROR 1045: Access denied for user: 'root@localhost' (Using pas

ROOT Access Denied !!

2002-06-11 Thread Gerardo Rodriguez
Hi, Try using the following command: mysql -u root -p Where is the name of the database you wish to use. If everything works you will get the password prompt: [root@nms-des root]# mysql -u root -p telefonia Enter password: Then put your root password (by default is null - simply press ent

ROOT Access Denied !!

2002-06-11 Thread Colin Cooler
When I try to connect to mysql as 'root' I get the following: >[localhost:/Users/cooldaze] root# mysql >ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO) I can connect as a normal user, but can't create any databases or do other necessary admin functions, so I need to be