Hello,
I’m confused as to why my local environment needs to upgrade the mysql version to 8.0 in order to connect to DO managed database?
Is this because the way DO makes the connection isn’t via SSH? It just seems a bit silly that you’re paying for an external server to run your database, but yet, any instance that wants to connect with it also has to run the same version of the database.
Am I missing something?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
No, it is not a DigitalOcean specific problem. MySQL 5.x client are just not compatible with MySQL 8.x servers. So in order to connect to MySQL 8.x server you need a MySQL 8.x client.
Hope that this helps. Regards, Bobby