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
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
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: