>
>
> > > Hi,
> > >
> > > I have recently had a system crash that required the
> > > installation of a new hard drive. I have access to the
> > > files on the old hard drive, on which is a database I
> > > need to recover.
> > >
> > > I am running MySql 3.23.37 and all the tables in the
> > > datab
> > Hi,
> >
> > I have recently had a system crash that required the
> > installation of a new hard drive. I have access to the
> > files on the old hard drive, on which is a database I
> > need to recover.
> >
> > I am running MySql 3.23.37 and all the tables in the
> > database to be recovered
"Andy Hall" <[EMAIL PROTECTED]> wrote on 07/04/2004 09:50:19:
> Hi,
>
> I have recently had a system crash that required the installation of
> a new hard drive. I have access to the files on the old hard drive,
> on which is a database I need to recover.
>
> I am running MySql 3.23.37 and a
> Hi,
>
> I have recently had a system crash that required the
> installation of a new hard drive. I have access to the
> files on the old hard drive, on which is a database I
> need to recover.
>
> I am running MySql 3.23.37 and all the tables in the
> database to be recovered are MyISAM.
>
> How
Hi,
> The server where the db was located got hacked and I had to
> reinstall the whole thing. The old HD is preserved as was
> and the server got a new HD. I moved the old db to the new
> disk and when I try to access it, I get the following error:
>
> mysql> use thedb;
> Can't read dir of '
"Kay Aleksic" <[EMAIL PROTECTED]> wrote:
> I am dealing with my first MySQL server/db, and I ran into some trouble.
>
> The server where the db was located got hacked and I had to reinstall the
> whole thing. The old HD is preserved as was and the server got a new HD. I
> moved the old db to the n
errno 13 is 'permission denied'.
It looks like your permissions aren't set correctly.
-Jeff
- Original Message -
From: "Kay Aleksic" <[EMAIL PROTECTED]>
To: "MySQL List (E-mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 3:10 PM
Subject: database recovery (errcode 13)?
> Hi li
When you say you moved the data base I'm assumeing you are meaning you
reinstalled MySQL then moved the db files over to the new install? Each
data base goes into its own directory. So the database files for the
database named thedb would be in a subdirectory called thedb of the
directory data .