D
D
DEUS2020-05-11 20:11:17
MySQL
DEUS, 2020-05-11 20:11:17

How to upload information from a remote database to your computer?

phpmyadmin hosts the database. You need to unload it, change it, and return it back. Working with the database is done in python.
How can I unload a remote database so that I can work with it in python? And, accordingly, how to revert the changes back to phpmyadmin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2020-05-11
@Qpz111

nothing lies on phpmyadmin, it is a banal mysql client.
make a database dump (at least with the help of phpmyadmin, at least with any other client) and import it on your computer.
after the change, do the same in reverse order.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question