Search Results

0
votes
1answer
160 views

Annoying PhpMyAdmin export feature

I wonder if any other users of PhpMyAdmin for Mysql have come across this niggle? Normally when exporting the results of a sql query, you're given options (eg what format to export in , name of fi …
0
votes

Advantage to parsing Excel Spreadsheet data vs. CSV?

Remember that if you're importing the csv file directly into Mysql, that you may have problems with the date format (as Mysql uses a different date format to Excel). I find it easier to change the …