Re: Recover database from a computer dump?
If you don't know that MySQL was shut down when that backup was done, you don't know that the backup is valid. The only way to check it is to mount it, say in a VM, then run MySQL. If it runs successfully, then do a full mysqldump excluding the mysql database. Then install 8.0 and import the dump you just made.
Subject
Views
Written By
Posted
248
February 08, 2022 05:17PM
115
February 08, 2022 05:35PM
117
February 08, 2022 05:42PM
119
February 08, 2022 08:10PM
116
February 09, 2022 03:05AM
118
February 09, 2022 10:45AM
109
February 09, 2022 06:24PM
Re: Recover database from a computer dump?
139
February 09, 2022 09:28PM
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.