Upgrade phpmyadmin in xampp

How to Upgrade phpMyAdmin in Xampp
In this tutorial we are going to learn how to upgrade phpmyadmin in Xampp.
Here in our xampp it was showing an alert that my phpmyadmin is old and new is already available.
So lets upgrade this phpmyadmin to latest version of 5.2.0
Download Xampp For Different OS :
—STEP 1—
First stop all services of Xampp.
Go to phpmyadmin official website : https://www.phpmyadmin.net/
Download latest version , it will come in .zip format.
—STEP 2—
Go to your xampp folder and take backup of your phpMyAdmin folder.
—STEP 3—
Now make folder of phpMyAdmin empty and left config.inc.php as it is in the folder.
—STEP 4—
Extract downloaded phpMyAdmin latest version which we downloaded. And copy all the files and folders to our xampp > phpMyAdmin folder
—STEP 5—
After copying all the files now start xampp services. And check phpMyAdmin. 127.0.0.1/phpmyadmin/
So here our phpmyadmin is already upgraded to 5.2.0 ( Latest release is now 5.2.1 )
These are some of articles written related to Xampp :