Hi,

This sounds like a permissions problem.

Make sure your database directory is set to 770 and that the files inside
(tables) are set to 660.

example:

# chmod 770 demo
# chmod 660 demo/*

Regards
Jorge

MySQL Development Team
    __  ___     ____ __   __
   /  |/  /_ __/ __/ __ \/ /   Jorge del Conde <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\____/ Mexico City, Mexico
        <___/



----- Original Message -----
From: "Rashid Zolqarnain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 5:17 PM
Subject: Error code 13


> Hello,
>          I copy a database "demo" from one server to another. The file
> types are the same as other databases that  exist in the destination
> server. I stopped and  restarted mysql server. When I try to use that
> database using the command
> "use demo"
> it gives me the following error
> "Error code 13 can't read ./demo"
> What could be be problem?
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)



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