Reputation: 1
I develop websites locally using AMPPS on Mac. After upgrading mac OSX AMPPS is not working anymore and it doesn't look like this is going to be fixed. How can I recover all my databases from my AMPPS installation so that I can upload them on another working software to continue developing my websites and restore my local websites portfolio?
Thank you very much! Nik
Upvotes: 0
Views: 150
Reputation: 1654
Assuming that the mySQL databases are intact on the Mac and you have the password, you could use the mysqldump
tool or similar to back them up and then move the backup file wherever you like.
Upvotes: 0