HelioHost Posted May 18, 2018 Posted May 18, 2018 Username: chopbubl, Server: Ricky, Main domain: chopbubl.heliohost.org Hello,So I have lately have been given a link to my backup of my database and everything from my other account skstockm that had the email stacistockmeyer@yahoo.com which was on the Jonny server. I downloaded the links fine and used 7-zip to unzip them all. When I did so the only table from my database that was in .sql format was my_media which I don't believe had anything in it. I mainly only need the my_books table which had over 100 of my books in the table. Please help,Thank you Sent from Mail for Windows 10
wolstech Posted May 18, 2018 Posted May 18, 2018 The tables in question are located in the skstockm_my_db.tar.gz They are in raw format (MyISAM Data files) though, so you'll need to install mysql and convert them to get the data out of it. The procedures discussed here https://stackoverflow.com/questions/879176/how-to-recover-mysql-database-from-myd-myi-frm-files explains the process for using these files pretty well.
Recommended Posts