I’m trying to connect to a remote mySQL database.
I created a passthrough query and set the ODBC connection string as follows (using generic names here):
ODBC;Driver={MySQL ODBC 5.1 Driver};Server=mySQLserver.com;Database=mydatabase;User=myusername;Password=myPassword;Option=3
I get an “ODBC error – call failed” message. If I put in what I know is an incorrect password, I get the mySQL connection screen. I can put in the correct password and hit “Test” and it says “Connected”. There is even a dropdown with all the databases on the server. So I know I’m connecting, but my query still fails. I don’t get it!