Yes, but I'm sure everyone has heard my most recent story of RS after launch.
Plesk decided to be cute and upgrade MySQL, and in the process, convert my InnoDB databases to MySQL8, which it failed at doing, corrupting them beyond being scattered bits and bytes with pieces of human readable text (with some ASCII scattered in). However, I was able to reconstruct about 40% (could have been 60%+ with more time) with uploading xf_thread
. xf_post
. and xf_user
(and a few other) IDB files to ChatGPT to break out anything human readable, telling it that it was a XenForo forum table, and to reconstruct MySQL queries needed to rebuild the database as complete as possible.
It could do 40%, which was the main content, but I could push it to 60% if I kept working with it. However, it didn't seem to like putting some posts in the correct order, especially the forum games. So, that would've been manual queries to run for each post above 40%, when it was easier just to start the game over.