Musings on the challenges I've faced in my hobbies and career.
mysql -e 'SHOW VARIABLES' | perl -F'\t' -lane 'print "\"" . join("\",\"", map { $_ =~ s/"/\"/g; $_ =~ s/\n/\\n/g; $_; } @F) . "\""' > mysql_variables.csv
No comments:
Post a Comment