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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -