Script to export MySQL tables to csv
Jandre
jandre_balt at yahoo.co.uk
Thu Nov 10 06:55:09 EST 2005
More information about the Python-list mailing list
Thu Nov 10 06:55:09 EST 2005
- Previous message (by thread): Script to export MySQL tables to csv
- Next message (by thread): Script to export MySQL tables to csv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To anyone that can help I have 2 MySQL databases that contain large amounts of tables. I need to be able to compare the data in the tables with older/newer versions of the tables. I figured the easiest way would be to get the info in csv format and then run a comparison. I can get all the data using MySQL front, but this has to be done tabe-by-table, and is too time consuming. I am new to Python and also new to programming. Can anyone please help. Thanks Jandre
- Previous message (by thread): Script to export MySQL tables to csv
- Next message (by thread): Script to export MySQL tables to csv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list