Chris Johnson writes:
> The remote hosts you mention are not allowed to access the database.  This
> is a permissions problem, in particular the value of "hosts" in one of the
> permissions tables.  It sounds like they only allow connections from the
> localhost or their own network.
> 
> ..chris
> 
> ----- Original Message -----
> From: "Robert Anderson" <[EMAIL PROTECTED]>
> 
> 
> I've been playing with MySQL and trying to get connected to my web-hosting
> company's MySQL server that they set up for me.  In trying to use the
> MySQLGui and also the VCC, I get the error "Host 'junior.dsl.neticus.com' is
> not allowed to connect to this MySQL server".  And if I'm plugged in at work
> I get the same error with a different 'dsl.neticus.com' thing.
> I can telnet to the company and then use their 'mysql.pm' utility using the
> same parameters from the exact same workstation and locations.
> Any ideas?
> 
> Thanks in advance,
> Rob
> 
> 
> 


Chris is of course right.

If you want to skip the above problem, grant privileges to user@"%",  

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