0 notes &
Export Mysql result as CSV
Don’t ask me how the sed magic works, but it does. Taken from here.
Running this:
mysql -u<USER> -p<PASSWORD> <DATABASE> -B -e "select * from videos_video;" | sed...
0 notes &
Don’t ask me how the sed magic works, but it does. Taken from here.
Running this:
mysql -u<USER> -p<PASSWORD> <DATABASE> -B -e "select * from videos_video;" | sed...