Abhimanyu Singh
Abhimanyu Singh

Reputation: 399

How to config mysql with django and phpmyadmin

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

Answers (1)

Abhishek Jha
Abhishek Jha

Reputation: 61

Install phpmyadmin and manipulate the database however you want. You can setup Django to use the existing database from there.

Upvotes: 1

Related Questions