My question is give it a way to save a sql result from a remote server to a local file ? i open the phpmyadmin over the browser from the server and run this command as example:
SELECT id,ordernumber FROM orders
INTO OUTFILE '/tmp/orders.txt'
this saves a file on the server but can i save this file to my local pc ?