Re: Recover database from a computer dump?
By "actual server on a backup of everything on my old computer", you mean a copy of all the files or a disk image?
If so, what's crucial is whether MySQL was running when the copy was made. If it was, odds are that the copy of the data is inconsistent at best.
If not, you can mount that disk image on a computer, run it, g et MySQL running, do a full mysqldump, and there's a portable copy of your databases.
Subject
Views
Written By
Posted
249
February 08, 2022 05:17PM
Re: Recover database from a computer dump?
115
February 08, 2022 05:35PM
117
February 08, 2022 05:42PM
119
February 08, 2022 08:10PM
117
February 09, 2022 03:05AM
120
February 09, 2022 10:45AM
109
February 09, 2022 06:24PM
141
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.