Paul Linehan writes:
> 
> 
> Hi all,
> 
> 
> 
> We want to use the Windows GUI tool to connect to a database on
> a Linux box.
> 
> 
> However, after trying to configure it and attempting to connect,
> we get a message along the lines of "Host 'ip_address' not allowed to
> connect
> to this MySQL server".
> 
> 
> I'm sure that this is some silly configuration parameter that I've 
> overlooked on the server side.
> 
> 
> Can anyone tell what I have to do in order to be able to connect 
> through the GUI?
> 
> 
> 
> TIA and rgs.
> 
> 
> 
> Paul...

Hi!

You have to grant privileges to user@ip_address and enter ip_address
in host table. Or grant privilege to user@"%".

This is all explained in our fine manual.

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