Is it possible to create a Django droplet using MySql instead of Postgress?
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!
Hi @marosersa,
To create a Django droplet with MySQL, you’ll need to configure and install everything on your own. Saying ‘on your own’ seems a bit too frightening but it’s not exactly the case. There are a lot of DigitalOcean tutorials on how to install MySQL and create a Database USER and then other tutorials on installing Django.
In that regard, DigitalOcean have pretty good tutorials on it:
Here is a tutorial how to install Django with Nginx and Unicron:
In the tutorial, it’s included a part of how to install PostgresSQL, skip that part, you won’t need it.
The next tutorial:
https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04
Is solely created for helping you install MySQL and creating a USER with it. You can follow that tutorial and configure/install what you need.
Regards, KFSys
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.