into-outfile Questions
4
Solved
I'm working with a MySQL query that writes into an outfile. I run this query once every day or two and so I want to be able to remove the outfile without having to resort to su or sudo. The only wa...
Flyspeck asked 23/10, 2008 at 22:50
1
Solved
mysql_connect("localhost","root","");
mysql_select_db("hitnrunf_db");
$result=mysql_query("select * from jos_users INTO OUTFILE 'users.csv' FIELDS ESCAPED BY '""' TERMINATED BY ',' ENCLOSED ...
Reverso asked 27/4, 2010 at 7:9
© 2022 - 2024 — McMap. All rights reserved.