Hi, To import a database it’s apparently necessary to install a mysql repository or something else. After downloading it from Oracle, the computer asks what application to open it with. I thought it was the application. What application is it supposed to use to open it?
From these links: https://www.digitalocean.com/docs/databases/mysql/how-to/import-databases/ https://dev.mysql.com/downloads/file/?id=491630
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!
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,
I can see that you are referring to the Managed MySQL databases, in this case I would recommend following the steps in this tutorial on how to install the MySQL client:
https://www.digitalocean.com/community/tutorials/how-to-connect-to-managed-database-ubuntu-18-04
Once you have the MySQL client, you can then import your database backup.
Regards, Bobby