Quote:
Originally posted by prasanthik83
Hi !
I am using mysql 4.x . How to take the backup of innodb files. I got the backup for MYISAM type files. I have taken .FRM , .MYI, .MYD files for taking back up of MYISAM type tables.
Thanks in advance
Regards,
Prasanthi
|
There many free solution and one commercial software
You can use MySqldump to create text files for your data
You can copie your table space
You can use replication with an other server acting as a backup server