I work with a large 1.5 gigabyte database and hundreds of tables / fields. I need to convert all tables to CSV files. PhpMyAdmin does not make it easy / time.
I would prefer to use the shell / mysql command or script to output the data in CSV too.
Note:
I want to export ALL database tables - in 1 snapshot. I can not execute the export command for each individual table separately.
source
share