At first I thought this was a MyODBC problem but further investigation 
proved otherwise... I can't connect to my MySQL server from a Windows 
box. When I run "telnet <server> 3306", I get the following response (* 
is some unprintable character):

D*Host '192.168.2.7' is not allowed to connect to this MySQL server

I've fed the following into the 'host' table (radius is the database I 
want to connect to) to no avail. Yes, I remembered to FLUSH PRIVILEGES 
and even restarted MySQL in desperation. Any clues?

+-------------+--------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+
| Host        | Db     | Select_priv | Insert_priv | Update_priv | 
Delete_priv | Create_priv | Drop_priv | Grant_priv | References_priv | 
Index_priv | Alter_priv |
+-------------+--------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+
| 192.168.2.7 | radius | Y           | Y           | Y           | 
Y           | Y           | Y         | Y          | Y               | 
Y          | Y          |
+-------------+--------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+

Thanks all,

-- 
Juan Carlos Castro y Castro | "Standing up to an evil system is
[EMAIL PROTECTED]      | exhilarating." -Richard Stallman
Rio de Janeiro - Brazil     | http://www.vialink.com.br/~jcastro
DC4DC #25                   | chmod a+x /bin/laden



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