Meeting the Future by Making Ideas Fly

How to upgrade XAMPP in Windows? Complete Solution.

Dec 26, 2019 | Training & Learning, Website Work Items

OME MAJOR CHANGES!

If you are updating XAMPP after a long time like me than be ready for some major changes. XAMPP no longer comes with the MySQL server. Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. So copy pasting the mysql data files from old to new xampp won’t work anymore!

THE CHALLENGES!

While updating XAMPP we basically face 2 challenges

Moving all the site files. This portion is easy, just a simple copy paste will do the trick.

Moving all the databases to the new server. And most often this is the main reason why most people do not update XAMPP very often. Cause backing up all the databases one by one and then importing them to the new server is a long and really boring task.

Source: How to upgrade XAMPP in Windows? Complete Solution.