Hi All,
I'm trying to connect up to a remote MySQL database (not on Jodohost) from a Classic ASP page (which is on Jodohost).
My googling of the problem, including through these support forums, seems to suggest the following connection string is the one to use:
"Driver={MySQL ODBC 3.51 Driver};server=[IP ADDRESS];uid=[USER];pwd= [PASSWORD];database=[DB NAME];Option=16387;"
However, when I run that I get the following error;
Should I take this on face value that the client on Jodohost is out of date, or do I need a different connection string? The MySQL database I'm connecting to is 5.0.81 (protocol version 10). I'm using the ADODB.Connection object method - is that also correct?
Pete
I'm trying to connect up to a remote MySQL database (not on Jodohost) from a Classic ASP page (which is on Jodohost).
My googling of the problem, including through these support forums, seems to suggest the following connection string is the one to use:
"Driver={MySQL ODBC 3.51 Driver};server=[IP ADDRESS];uid=[USER];pwd= [PASSWORD];database=[DB NAME];Option=16387;"
However, when I run that I get the following error;
Code:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading MySQL client
Should I take this on face value that the client on Jodohost is out of date, or do I need a different connection string? The MySQL database I'm connecting to is 5.0.81 (protocol version 10). I'm using the ADODB.Connection object method - is that also correct?
Pete