It seems that the mysql config, is the source of all the problems, I am using MYSQL Server 5.x on LAN, so would appreciate it you all could look at the configs, or alternativly provide me with config that works.
You state that the MySQL server is on a LAN. So I assume that you are attempting to access it remotely from a remote computer. Given that, the ODBC connection should
NOT be "
localhost". Use the name of the computer on which MySQL resides in the ODBC connection box. (I will assume that you have successfully connected to MySQL which may make some of my remarks unnecessary.)
As for the my.cnf file, comment-out all the bind-addresses. This "
forces" MySQL to listen to the network. The default configuration is for MySQL to listen to the "
localhost", which is the computer that MySQL resides on.
Of course you will need to configure MySQL (Use
phpMyAdmin) to allow connections from other computers located on the network.
Here is a link to the
MySQL forum. Unfortunately, the forum has not proven to be that useful from my perspective. But in searching it you may find some useful information. Here is one "
sticky" topic:
Using Microsoft Access as a Front-end to MySQL.
On the ODBC Connection box, you have a lot more check boxes marked that I do, I can't comment on them since I have have not experimented with them to confirm or dismiss their respective usefulness.