Re: Database recovery

2004-04-07 Thread Andy Hall
> > > > > 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

Re: Database recovery

2004-04-07 Thread Andy Hall
> > 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

Re: Database recovery

2004-04-07 Thread Alec . Cawley
"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

Re: Database recovery

2004-04-07 Thread Alex Greg
> 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

RE: database recovery (errcode 13)?

2001-05-09 Thread indrek siitan
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 '

Re: database recovery (errcode 13)?

2001-05-09 Thread Steve Werby
"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

Re: database recovery (errcode 13)?

2001-05-09 Thread Jeff Waugh
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

RE: database recovery (errcode 13)?

2001-05-09 Thread Robert Henkel
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 .