Joel Caturia wrote:
> 
> I'm trying to use mysqldump to dump a database (obviously).
> 
> Here's the commandline I'm using:
> [root@fugu work]# mysqldump --tab=. wonderdesk
> 
> mysqldump: Got error: 1: Can't create/write to file '/root/work/Calls.txt' (Errcode: 
>13)
> 
> The interesting thing, is that is IS creating Calls.sql, but it then crashes on 
>Calls.txt.
> 
> I've got plenty of drive space, file permissions aren't a problem, and it's creating 
>some files, but not all of them.   Anyone got any Ideas?
> 
> I've searched around a bit, and haven't been able to find what an errcode 13 is, so 
>I'm out of ideas.
> 
> Thanks guys!
> 
> Joel
perror 13
Permission denied

You don't have write permission in /root/work.

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