select into outfile 问题

select into outfile 问题

select * from tablename into outfile 'a.txt'
一旦a.txt存在就无法写入
我要做一个php页面,用到数据库写入文件
如果用php的 fopen然后写入 速度较慢会受到30秒延迟的限制
所以想直接用select into outfile解决,sql速度较快能在30秒完成
有没有其它类似办法解决呢  

急      
你可以看看a.txt的权限设置,设置成777然后试试