MySQL Output Converter

Just paste the output of a MySQL query and convert it to CSV or an HTML table. see an example

mysql> SELECT * FROM word_replacements; +----+-----------+-------------+---------------------+ | id | word | replacement | created | +----+-----------+-------------+---------------------+ | 1 | favourite | favorite | 2010-01-22 01:06:59 | | 2 | centre | center | 2010-01-22 01:06:59 | | 3 | flavour | flavor | 2010-01-22 01:14:30 | | 4 | colour | color | 2010-01-22 01:14:30 | +----+-----------+-------------+---------------------+ 4 rows in set (0.00 sec)