Recovering MySQL DataBases on AWS instance after an unexpected server crash and without backups
Its possible that an AWS instance can run into various issues of unexpected crashes or can even be a case where you lost connectivity to your instance possibly due to network/firewall issue at AWS level or within your instance. In either of these cases, you’d have no choice than to re-configure your solution on a new instances. However, you will not have even an option to backup your MySQL DB that is running on the instance that is inaccessible. If you have planned good and configured your WAMP solution in a way that MySQL DB Data files are relocated to […]
Read more