Tuesday, 15 February 2011

mysql - select into outfile permission denied on windows -



mysql - select into outfile permission denied on windows -

i trying run select outfile command mysql 5.6 command line (mysql user : root) on windows 8 , permission denied error.

the next error: error 1 (hy000): can't create/write file 'c:\\users\\xxxx\\desktop\\project\\output.txt' (errcode: 13 - permission denied)

the next command trying execute through mysql command line: mysql>select * contractor_info outfile "c:\\users\\xxxx\\desktop\\project\\output.txt";

i want save re-create of table in project folder.

mysql into-outfile

No comments:

Post a Comment