Thomas,
Friday, March 15, 2002, 11:03:25 PM, you wrote:

TS> I want to access various databases on a MySQL server remotely. I've set up
TS> an entry in the "mysql.user" table to allow access to mysql for all hosts
TS> in subnet 10.2.107.0/255.255.255.0. First this worked fine. Then my server
TS> moved from address 10.2.107.24 to 10.2.107.204. Now I do not have access
TS> anymore to any of the databases except on the server itself accessing via
TS> localhost.

TS> Any idea how to bring this back to work to allow access to whole subnet
TS> 10.2.107.0/255.255.255.0 would be appreciated!

Thomas, show me the output of following statement:
        SHOW GRANTS FOR 'your_user'@'your_host';

TS> Thomas





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   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