C# - SELECT * INTO OUTFILE
has anyone used the command
SELECT * INTO OUTFILE....
what is the correct syntax for it, m getting access denied when i run this query though if i run my project without this query Connection is established, so i guess something is wrong with the query.
P.S: m connecting MySql Database with c#