Hi,
I have this following error when back up table :

mysql> lock tables mytable read;
Query OK, 0 rows affected (0.02 sec)

mysql> select * into outfile
'/home/myhome/dump/mytable.txt' from mytable;

ERROR 1: Can't create/write to file
'/home/myhome/dump/mytable.txt' (Errcode: 13)

what does errcode:13 mean ?

TIA

-pgl-


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

---------------------------------------------------------------------
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

Reply via email to