Accidental change of version from 5 to 8
Posted by:
david Ce
Date: September 19, 2024 06:30AM
Hi,
I had a Docker container running MySQL 5, but I deleted both the container and the image. When I recreated it using the latest image, it installed MySQL 8. After starting it, it didn't work properly, and MySQL deleted the .frm files. Now, I only have the .ibd files left.
I tried recreating the structure to recover the .frm files and then replaced the .ibd files with the old ones, but it didn't work—0 records were recovered.
I’ve now set up a new MySQL 5 container, but unfortunately, I don’t have a backup.
Any suggestions on how to recover the data?
Thanks!
Subject
Written By
Posted
Accidental change of version from 5 to 8
September 19, 2024 06:30AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.