hi sunny,
I try your SQL query:
select * from MyTable into outfile '/tmp/hello.txt';
However, it always return me error :
Error
SQL-query:
select * from tblRaceInfo into outfile '/tmp/hello.txt';MySQL said: File '/tmp/hello.txt' already exists
Back
I am using MySQL 3.23.39.
Thanks
Louis