Hi,
It has nothing to do with the 3.2.9 update.
Whatever the version of Wampserver, PhpMyAdmin is always called in the same way and with the same alias.
From the Wampserver home page by :
'http://localhost/phpmyadmin4.9.10/'
or
'http://localhost/phpmyadmin5.2.0/'
or in some cases
'http://localhost/phpmyadmin/'
The alias is, depending of PhpMyAdmin version
Alias /phpmyadmin5.2.0 "${INSTALL_DIR}/apps/phpmyadmin5.2.0/"
<Directory "${INSTALL_DIR}/apps/phpmyadmin5.2.0/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride all
Require local
# To import big file you can increase values
php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M
php_admin_value max_execution_time 360
php_admin_value max_input_time 360
</Directory>
Clear your browser cache and try with another browser.
PhpMyAdmin 5.2.0 launches very well via 'http://localhost/phpmyadmin5.2.0/' from Firefox, Chrome, Opera, Edge if they are not configured to accept only https.
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons