John Mistler <[EMAIL PROTECTED]> wrote: > Can anyone guess why I am getting this error: > > "ERROR 1: Can't create/write to file > '/Users/johnmistler/Desktop/TestFile.txt' (ERRCODE 13)" > > when using this statement: > > mysql> SELECT * INTO OUTFILE '/Users/johnmistler/Desktop/TestFile.txt' FROM > theTable WHERE column1 != 'thisString'; > > ? I am logging in as root for the test. >
It means that MySQL server can not access to the /Users/johnmistler/Desktop/ directory. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]