Restoring MySQL database from physical files
Posted
by Abdullah Jibaly
on Stack Overflow
See other posts from Stack Overflow
or by Abdullah Jibaly
Published on 2009-01-27T19:04:06Z
Indexed on
2010/04/06
6:13 UTC
Read the original article
Hit count: 322
Is it possible to restore a MySQL database from the physical database files. I have a directory that has the following file types:
client.frm
client.MYD
client.MYI
but for about 20 more tables.
I usually use mysqldump or a similar tool to get everything in 1 SQL file so what is the way to deal with these types of files?
© Stack Overflow or respective owner