- Home
- Forum
- Dashboard Platform
- MySQL data source through ODBC Connection Error
MySQL data source through ODBC Connection Error
- Jul 24, 2017 09:08 PM UTC
- Nov 23, 2017 01:04 PM UTC
I try to add MySQL data source through ODBC Connection data connection type in Dashboard platform.
I did all accordingly to documentation.
But when I try to connect an error occurs: [Microsoft][ODBC Driver manager] Data source name not found and no default driver specified.
I used DSN and drivers connection type. in both cases error.
Screenshot is attached.

- Navigate to the Control Panel -> System and Security -> Administrative Tools folder location.
- Double click the ODBC Data Sources (32-bit) tool to open the ODBC Data Source Administrator (32-bit) dialog.
- Select the System DSN or User DSN tab where the data sources already available get listed in the list. Click Add to select the “MySQL ODBC 5.3 Unicode driver” and bind the preferred database to create a new ODBC data source.
- Select ODBC Connection as Connection type in the New Connection wizard.
- Select Data Source Name (DSN) or the MySQL ODBC driver that you added, and bind the MySQL database path and Connect, to create a new data source for dashboard.
To fix this issue:
All depends on combination of
Microsoft Visual C++ Redistributable Package
and
mysql dbc connector
I tried last versions, also tried x64, etc..
But the only way that worked for me is to use:
Microsoft Visual C++ 2010 Redistributable Package x86 (32 bit)
and
mysql-connector-odbc-5.3.4-win3
Does not matter you have 64-bit windows.
May be this info will be useful to somebody else.
Thanks!
I have had this same issue, the solution seems to work on the local dashboard designer but there is an issue when I publish the dashboard to my web server.
I have added the ODBC connection to the web server and successfully tested it.
When I add the data source using the ODBC connection the dashboard says there is an ODBC issue when I use the DNS that I set up it just says widget not configured.
What checks should I run on the dashboard to ensure that the ODBC connection works, and should I be aware of any naming conventions etc?
- 7 Replies
- 6 Participants
-
IB Ilya Bo
- Jul 24, 2017 09:08 PM UTC
- Nov 23, 2017 01:04 PM UTC