Hi everyone
I'm trying to create an export from my mysql database to a .cvs file. I'm doing the following:
$result=mysql_query("Select mycol INTO OUTFILE '/home/customer/www/export/result.csv' from mytable", $db);
Though it doesn't create any error messages, it doesn't create the file result.csv either.
Does anyone have a clue? pls, I need some sleep soon. 😉
Tore