On Friday 12 April 2002 2:26 pm, BJ Phillips wrote: > I can load files from '/home/mysql' but when trying to do it from any other > user ('/home/user/directory'), I get an error 13 about cannot get stat on > file such and such. The files are located on the server and are owned by > the user, both mysql user and the system user. > I specify the full path to the files, but still no good. Like I said, the > only difference is the location of the files..../home/mysql versus > /home/user. > What is the deal?
Does the directory (/home/user/directory) have the same permissions (and the all-readable permission) as /home/mysql? For that matter, what about /home/user? Either the directories and all associated files should be owned by the mysql user (which _could_ be the user 'nobody'), or they should be world-readable and the directories should be world-exec. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php