Upgrade phpMyAdmin Version in WAMP

Summary

Upgrading PHP in WAMP, especially from PHP 5 to PHP 8, frequently causes phpMyAdmin to stop functioning. To address this, a manual phpMyAdmin upgrade is required. The process involves downloading the latest phpMyAdmin version, unzipping it into the WAMP apps directory, and migrating the existing `config.inc.php` file. Subsequently, developers must update the Apache server alias and the `phpmyadmin.conf` file to correctly reference the new phpMyAdmin installation. Saving these changes and restarting all WAMP services will then enable the updated phpMyAdmin.

Once PHP version is upgraded in WAMP(especially from PHP 5 to PHP 8), we may encounter issue where phpMyAdmin may not work anymore. It needs us to make some upgrade of phpMyAdmin in this case. To do upgrade, can follow below steps.

  1. Download the latest phpMyAdmin version. Unzip the downloaded file and copy it to c:\wamp64\apps and rename it to phpmyadminx.y.z, the version you downloaded.
  2. Copy the config.inc.php file from the old phpMyAdmin folder to the new one.
  3. Update the alias of Apache server to point the phpMyAdmin version to the new location.
  4. Update the phpmyadmin.conf file opened in step 3.
  5. Save and restart all services.

With above, the new phpMyAdmin can be opened. To switch back to the old version, can just follow step 3 till step 5 again.

WAMP PHPMYADMIN UPGRADE GUIDE PHP 8

  RELATED

  COMMENTS

0

No comment for this article.