Re: How to connect to mysql databases

2002-03-21 Thread Liyju Janardhan
Do the folowing mysql>show grant for root@localhost; mysql>grant all on test.* to root@localhost identified by 'password'; $mysqladmin reload --- amol sonaikar <[EMAIL PROTECTED]> wrote: > There is still error > > I did as per your say > at mysql> use test; but the error it gave was > ERROR

Re: How to connect to mysql databases

2002-03-21 Thread Liyju Janardhan
what is the output of "show database" command --- amol sonaikar <[EMAIL PROTECTED]> wrote: > Hi all . I am on a Linux 6.2 client and accessing > MySql directly on > the server. I have connected to server using Telnet. > I am at mysql> > prompt > and when I say show databases ; it showing me th

Re: How to connect to mysql databases

2002-03-21 Thread amol sonaikar
There is still error I did as per your say at mysql> use test; but the error it gave was ERROR 1044: Access denied for user: '@localhost' to database 'test' even if I do something like this mysql> mysql -u amol test -p ERROR 1045: Access denied for user: 'amol@localhost' (Using password: