use mysql;
select * from  user;

see if you able to see 'r2-d2' entry in this table.

also you can try this

grant all on . to 'root'@'%' idenfified by
'secret-password';

regards
anandkl
On Mon, Jan 11, 2010 at 1:40 PM, Jørn Dahl-Stamnes
<sq...@dahl-stamnes.net>wrote:

> On Monday 11 January 2010 08:53, Mihamina Rakotomandimby wrote:
> > > Jørn Dahl-Stamnes <sq...@dahl-stamnes.net> :
> > > I have checked the local DNS and 'r2-d2' and 'r2-d2.dahl-stamnes.net'
> > > resovl to the same IP-addresse.
> > > What's wrong?
> >
> > Reverse resolution?
>
> I have checked that, and reverse DNS is OK - both resolve to 192.18.2.22
>
> --
> Jørn Dahl-Stamnes
> homepage: http://www.dahl-stamnes.net/dahls/
>
> --
>  MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/mysql?unsub=anan...@gmail.com
>
>

Reply via email to