Skip to main content
Solved

MySQL Connection not working.

  • November 14, 2025
  • 2 replies
  • 23 views

I am trying to setup a connection to a MySQL Database. 

  1. It works just fine in MySQL workbench.
  2. It works just fine in ODBC Data Source Administrator

Timextender throws me this error:

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

But this is what it looks like in the portal:

 

Am I missing something really obvious here?

Best answer by Thomas Lind

Hi ​@Marcodenijs 

You do not have to state the driver. Just the DSN.


I have set up the dsn with this provider

 

2 replies

Thomas Lind
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • Answer
  • November 19, 2025

Hi ​@Marcodenijs 

You do not have to state the driver. Just the DSN.


I have set up the dsn with this provider

 


  • Author
  • Contributor
  • November 19, 2025

That did fix it! I knew it had to be something small. Thanks ​@Thomas Lind