Hi. Im tring to download the data of my MYSQL database. I want to import the data to my Excel sheets. I dowloades ODBC 64 bits, and i can stablish connection. I can see all the tables of my database, buy when y double click to import the data, I recieve this msg
DataSource.Error: ODBC: An error occurred but no ODBC error information was available. Detalles: DataSourceKind=Odbc DataSourcePath=dsn=informental OdbcErrors=[Table]
Whats wrong? How can I fix this error and import my data to my Excel? Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hey all,
After some investigation with @informentalm, the solution was to add the ODBC connection in the “User DNS” rather than the “System DNS” tab.
Hey @informental,
First make sure you have added your IP to your trusted sources:
https://docs.digitalocean.com/products/databases/mysql/how-to/secure/#firewalls
Here is the article on how to usually connect and from where to get your crednetials:
https://docs.digitalocean.com/products/databases/mysql/how-to/connect/
Lastly, can you post your connection string(editing the sensitive data) that you are using to connect to your Database?
This comment has been deleted