I have a .sql.tar.gz file tht ws generated by mysql export
is there any command in linux to convert this sql.tar.gz file to csv?
Thanks
I have a .sql.tar.gz file tht ws generated by mysql export
is there any command in linux to convert this sql.tar.gz file to csv?
Thanks
You can try to export MySQL data as CSV and no need to look for a tool for conversion.
Even if you don't have the original MySQL database table, you can restore the SQL file and then export it as CSV. This is the best way to do it.