Matthew Darcy writes:
> 
> Hi,
> 
> my laptop is running windows 2000 and is called jaguar.
> I have mysql running on a linux server called jordan.
> 
> when I fire up mysqlui and tell it to connec to jordan as root I get
> prompted for a password. I enter the password (that I have tested and is
> correct) and it say at the bottom of the gui
> 
> Host 'jaguar.no-dns.co.uk' is not allowed to connect to this MySQL server
> 
> how can I fix this.
> 
> Thanks,
> 
> Matt.

The above is MySQL access problem. 

You have not granted user rights to login from  jaguar.no-dns.co.uk
host. Either grant access to [EMAIL PROTECTED] or to user@"%",
which means any host.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to