Mauricio Tellez wrote:
Hi, I'm developing a PHP/MySQL app, and I use "load data infile" to feed data to MySQL. At the develop server I haven't any error, the app works great, but when I upload to the production server, all the "load data infile" statements fails with an error like this: can't stat path/to/my_cvs_file
That's usually a file permission problem rather than a mysql one. If you have root access to the server, su to the mysql user and try: stat path/to/my_file does that work or give the same error? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]