I have a MySQL/wampserver set up on a local computer on my home network. I was able to successfully set up an ODBC data source on that computer.
I now want to be able to access the data from other computers in my home. I've got to the point of being able to access the database using phpmyadmin from other computers after fiddling with windows firewall and various other settings. However I need to set up an ODBC data source on these other computers to connect to the data using Matlab. This is where I got stuck. I got the following error when testing the ODBC data connection:
Connection Failed [MySQL][ODBC 5.3(a) Driver] Lost connection to MySQL server at 'reading initial communication packet', system error: 0:
I have tried ports 80 and 3306. Tried both the ANSI and Unicode MySQL drivers (v5.3).
Help please. Thanks.