XenForo
Administrative
- Thread starter
- Admin
- #1
One of our respected XF member here approached me for help to restore his database after an issue with his host that left him with nothing but messy server files and no backup at all.
after a long read here and there I finally managed to restore his database and here is the approach I took:
get hold of your MySQL database folder which contain .frm and .ibd files
Download MySQL utilities to extract Create Statement from .frm file
mysqlfrm command:
Read more
ادامه مطلب...
after a long read here and there I finally managed to restore his database and here is the approach I took:
get hold of your MySQL database folder which contain .frm and .ibd files
Download MySQL utilities to extract Create Statement from .frm file
mysqlfrm command:
mysqlfrm --server=root...
Read more
ادامه مطلب...