Re: MySQL Connector/ODBC won't connect to internal network

2012-01-11 Thread Monte Milanuk
Sheesh... I knew it had to be something simple. Opened up phpMyAdmin as mysql/root and changed the privileges for the ijdb user to allow connecting from any host, not just localhost. Problem solved. Thanks! Monte -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Re: MySQL Connector/ODBC won't connect to internal network

2012-01-11 Thread Monte Milanuk
On 01/11/2012 09:45 AM, Johan De Meersman wrote: > The connector is not trying to connect to the host address; it's connecting *from* the host address - in your MySQL, the old grant for ijdb@localhost will no longer work; you need to grant privileges to ijdb@192.168.56.1. I don't *want* to connec

MySQL Connector/ODBC won't connect to internal network

2012-01-11 Thread Monte Milanuk
I've got MySQL Connector/ODBC 5.1 installed on my Windows Vista laptop. I have MySQL 5.5.19 installed on the laptop, and was able to connect to it via the Windows Data Source Administrator app and the MySQL Connector/ODBC using a TCP/IP connection to 'localhost'. I could connect to the MySQL databa