While phpMyAdmin, mysqldump and SELECT INTO OUTFILE are great tools on their own, sometimes you need a little automation to make life a little easier.
I needed the ability to export every table in a MySQL database to individual CSV files, I’ve thrown together a bash script that does just that. I am looking to use … Read full article »
Home» Posts tagged "shell scripting"
