MySQL save INTO OUTFILE on Local Machine -
I have a SQL connection for a remote SQL server and would like to run a query where the results were stored in the outfile goes. The problem is that I want to save the file locally on my machine.
How would I go about doing this?
Run a query, store the result in an array and arrays in a text file on your machine.
Comments
Post a Comment