Is it possible to hook up a MySQL database with python program if the MySQL database is made in PhpMyAdmin?
Asked
Active
Viewed 1,014 times
1 Answers
3
Absolutely yes. You can use libraries called SQLAlchemy , Sqlite3 or MySQL Connector/Python from MySQL.
I recommend Sqlite3. I used it with my flask application, worked perfectly and easy to use.

magic-sudo
- 1,206
- 9
- 15
-
Sqlite3 can be used to connect to a MySQL database? Please enlighten me... – Kevin Frostad Nov 27 '17 at 09:20