11 messages in com.mysql.lists.mysqlExporting
FromSent OnAttachments
Robert Grunloh13 Jul 1999 11:26 
Roger Smith13 Jul 1999 11:37 
mys...@infosys.com.ar13 Jul 1999 12:14 
dani...@mci.co.uk13 Jul 1999 13:23.txt
Sasha Pachev13 Jul 1999 13:30 
Ronald Beck13 Jul 1999 13:56 
Robert (IMI)13 Jul 1999 14:04 
Robert Grunloh13 Jul 1999 17:22 
Richard McLean13 Jul 1999 19:53 
sin...@cytanet.com.cy14 Jul 1999 06:05 
Patrick Lanphier14 Jul 1999 06:15 
Subject:Exporting
From:Roger Smith (rog@metalab.unc.edu)
Date:07/13/1999 11:37:26 AM
List:com.mysql.lists.mysql

Sorry Robert I sent you the message instead of the list. Hey guys I have mysql running on one machine, and out web server is running on another machine, and these two machines are NFS mounted, so I am doing "select * from users into outfile "filename";

where for filename I give it the directory that is mounted, and it won't write the file, it says error 2000: Can't create/write to file "filepath"

but if I just try to save the fiel to somewhere on the local machine it works great!!!!!!!!!! Anyone know why it won't work over NFS mounts? Thanks