I am running on windows os. I want to set up an ODBC connection to MySQL on my Digital Ocean Droplet. I have ODBC set up on my computer. What I cannot seem to find is good documentation regarding setting up my droplet to accept the connection and setting up username and password. Thank you.
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!
Accepted Answer
Hello, @dukesnuz
You can check this tutorial for allowing remote access to your MySQL database. You need to allow connection on the MySQL port which is 3306 by default.
https://www.digitalocean.com/community/tutorials/how-to-allow-remote-access-to-mysql
As for the mysql connection itself using ODBC you can check these two articles:
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
https://dev.mysql.com/doc/refman/5.7/en/windows-and-ssh.html
https://help.interfaceware.com/v6/connect-to-mysql-from-windows-with-odbc
Hope this helps!
Regards, Alex
The answer by Alex is very good, I would also suggest that you check out this links more
Also, I found this article which is also very good and am sure that it’s what you are looking for Connect to MySql Using ODBC
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.