Table restore from backup in existing database in innodb mysql environment -


if innodb database same, , need restore table previous backup, ok copy paste ibd.frm file or need restore separately , import it?

no. if have files, not mysqldump, "all or none" innodb.

you create mysql instance (on same machine or different), mysqldump 1 table, reload it.


Comments