if you ever have to do a system restore
on your pc to a earlyer state
you loose any tables or data you had
between the earlyer state and the restore
in heidi and mysql workbench.
this tells me that data is saved in your computer registry
so how do i restore data in mysql and heidi after
the system restore. does the data go anyplace else
or only in the computer registory.
is this where the data is stored?
Try the book "Windows for Dummies", seeing that you are obviously challenged by the way Windows works. The data is NOT stored in the registry but in the corresponding data files, which YOU have to backup on a regular basis.
And with BACKUP, I mean a manual backup on to another media (external HD, thumbdrive, disk, whatever). Windows savepoints are not a 'backup', hence they are useless when it comes to a system restore as all progress since the creation of that savepoint is lost.
And with BACKUP, I mean a manual backup on to another media (external HD, thumbdrive, disk, whatever). Windows savepoints are not a 'backup', hence they are useless when it comes to a system restore as all progress since the creation of that savepoint is lost.
Please login to leave a reply, or register at first.