Reputation: 399
I am using django for my backend and mysql for database on nginx webserver on digitalocean. I want to use phpmyadmin to manipulate my database. Is there a way to do it? Thank you.
Upvotes: 0
Views: 708
Reputation: 61
Install phpmyadmin and manipulate the database however you want. You can setup Django to use the existing database from there.
Upvotes: 1