Where to get a list of explanations for Errcodes?

2001-06-02 Thread mysql list

When I attempt to get into this database this error
comes up, but other databases work ok. I cannot find a
reference to 'Errcode: 13' or any 'Errorcode' in the
manual or mailing list archives.

mysql use vhosts;
Can't read dir of './vhosts/' (Errcode: 13)

There is instruction on how to perform repair for
specific tables but not for an entire database. Where
should I start? once I start I could likely find the
next step.
Thanks for the help.


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.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




RE: Where to get a list of explanations for Errcodes?

2001-06-02 Thread Chris Bolt

chris@illusion:~$ perror 13
Error code  13:  Permission denied
chris@illusion:~$

Make sure your database directory is owned by the same user that MySQL is
running as.

 When I attempt to get into this database this error
 comes up, but other databases work ok. I cannot find a
 reference to 'Errcode: 13' or any 'Errorcode' in the
 manual or mailing list archives.

 mysql use vhosts;
 Can't read dir of './vhosts/' (Errcode: 13)

 There is instruction on how to perform repair for
 specific tables but not for an entire database. Where
 should I start? once I start I could likely find the
 next step.
 Thanks for the help.


-
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