How would I dump the contents of a MySQL table into a .csv file or even just a text file I can copy to excel later.
I need a solution that doesn't require programming because I am trying to show someone else how to do it and they can't program. The person does have access to MySQL so any straight SQL command would be preferable. Thanks in advance for your help.