I have a MySQL DB on a remote server but I want to use the OUTFILE command with the path on my local machine, In Postgres psycopg2 for python I'm using the copy_expert function.
is there an equivalent function or a way to do it with MySQL and python?
Asked
Active
Viewed 21 times
0
yaodav
- 1,056
- 8
- 24
-
1see https://stackoverflow.com/questions/2804332/mysql-select-into-outfile-to-a-different-server – balderman Oct 11 '21 at 19:41