How to restore a mysql DB from frm, ib_logfile0 and ib_logfile1 files -


i have corrupted hd hosted mysql db.

i able copy mysql folder , recover db structure reading .frm files mysqlfrm utilities.

now need recover real data. there way files inside mysql folder?

thank you

copy data directory mysql backup. stop mysql service. paste these in data directory.

start myssql service.


Comments