I want to download a CSV file created from a query from mySQL. I want to use FileZilla but I do not know how to do it, someone to support me? I have this code.
SELECT * FROM EMPLEADOS
INTO OUTFILE 'C:\prueba.csv' FIELDS TERMINATED BY ';' ENCLOSED BY '"' LINES TERMINATED BY '\n'
But I do not want to put it in my "C: \" if not in the C: \ of the person who invoked the function. Can you support me with the configuration? Use XAMPP