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.
------------------------------------------------------------------------------------------------------------
Wampserver 3.3.0 32 bit - Apache 2.4.54.2 - PHP 8.2.0…7.4.33 - MySQL 5.7.40 - MariaDB 10.5.13/10.6.5
Wampserver 3.3.0 64 bit - Apache 2.4.54.2 - PHP 8.2.0…7.4.33 - MySQL 5.7.40/8.0.31 - MariaDB 10.5.17/10.10.2
PhPMyadmin 5.2.0 - MysqlDumper 1.24.5 on W10 Pro 64 bit
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons« Ce n'est pas parce qu'ils sont nombreux à avoir tort, qu'ils ont forcément raison. Coluche »
« It's not because they are many to be wrong, they are necessarily right. Coluche »