"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 all the tables in the database to be
> recovered are MyISAM.
>
> How can I recover the old database onto a new server with only file
> access? The documentation suggests to me that I need to copy all the
> *.frm, *.MYD, and *.MYI files. If this is the case, where should I
> copy them to on the new server?

It would help for this sort of question if you said what OS you are using:
the answer will vary with OS.

Normally, you copy files from. to the <mysql home directory>/data/<database
name> directory: on most Windows installations, this will be
c:\mysql\data\<database name>. If you cannot find this, searching for files
with the extension .MYI on the old disk might well find them for you.

      Alec



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to