I'm afraid that might not be possible.
This is done through a series of steps directly linked to wampmanager.exe.
For example, to upgrade from MariaDB 11.4.10 to MariaDB 12.0.2, the following steps are performed:
Action: ParametersRefresh
Action: run; FileName: "E:/wamp64/bin/php/php8.2.30/php.exe"; parameters: "msg.php refreshLogs alllogs automatic";WorkingDir: &q Forum: WampServer English
Hi,
Without line:
'libzstd.dll', //For PHP 8.4.20 & 8.5.5
there are in PHP errror.log
[10-Apr-2026 07:10:05 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: E:/wamp64/bin/php/php8.5.5/ext/curl (Le module spécifié est introuvable), E:/wamp64/bin/php/php8.5.5/ext/php_curl.dll (Le module spécifié est introuvable)) in Unknown on line 0
With the line
'libzst Forum: WampServer English
Bonjour,
Utilisez-vous un antivirus tiers ?
Dans une fenêtre de commande "en tant qu'administrateur" tapez :
net stop wampapache64
net stop wampmysqld64
net stop wampmariadb64
taskkill.exe /f /im wampmanager.exe /t
Puis relancer Wampserver via son raccourci. Forum: WampServer Francais
Settings
- Privacy and Security
--- Do not enable HTTPS-only mode
-- Enable DNS over HTTPS
--- Default protection
Other than that, I don't know what else to do. Forum: WampServer English
Bonjour,
> j'ai accès à PhpMyAdmin en MariaDB, mais je n'ai plus accès en MySQL, alors que ce matin, ça fonctionnait
Si vous basculez sur MariaDB comme SGBD par défaut le port MariaDB devient 3306, port par défaut et le port MySQL devient le port 3308.
Donc, pour vous coonetez avec MySQL, vous DEVEZ précisez le port 3308 puisque ce n'est pas le port par défaut.
Voir Clic-Droit -> Ai Forum: WampServer Francais
Hello,
Please re-download the Wamapserver 3.4.1 update and run the file as an administrator and then answer "Yes" to the question: "PHP version 8.2.30 is already installed. Do you want to reinstall it?"
There was an issue with the installation of PHP 8.2.30, which I didn't notice because I already had PHP 8.2.30 installed.
Sorry! Forum: WampServer English
Bonjour,
Oui, on peut réinstaller les mises à jour Wampserver autant de fois que l'on veut, ça permet de restaurer des fichiers éventuellement modifiés par inadvertance. Forum: WampServer Francais
Bonjour,
Supprimer votre fichier actuel : wampserver3_x64_update3.4.1.exe
Re-télécharger la mise à jour Wampserver 3.4.1 Wampserver update 3.4.1 et réinstaller le en tant qu'administrateur. Forum: WampServer Francais
Hi,
In principle, the .htaccess file shouldn't cause any issues. However, as a last resort, you can rename it to .save.htaccess:
- Check the wp-config.php file and modify it if necessary to include the correct local settings:
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'local_database_name' ); Forum: WampServer English
Bonjour,
C'est clair ! Il y a une erreur dans votre code :
PHP error
Deprecated: Paheko\UserTemplate\CommonModifiers::date(): Implicitly marking parameter $format as nullable is deprecated, the explicit nullable type must be used instead
in ...\include\lib\Paheko\UserTemplate/CommonModifiers.php:235
Il faut le modifier ou revenir à une version PHP antérieure. Forum: WampServer Francais
Bonjour,
Un utilisateur n'aura jamais les droits suffisants pour créer un autre utilisateur.
Seul root peut le faire et, à condition de lui avoir conférer ces droits ce qu'on peut faire en mettant un mot de passe à root.
C'est expliqué dans : Gestion des utilisateurs MySQL Forum: WampServer Francais
Hello,
Please re-download the Wamapserver 3.4.1 update and run the file as an administrator and then answer "Yes" to the question: "PHP version 8.2.30 is already installed. Do you want to reinstall it?"
There was an issue with the installation of PHP 8.2.30, which I didn't notice because I already had PHP 8.2.30 installed.
Sorry! Forum: WampServer English
Bonjour,
Vous êtes priés de re-télécharger la mise à jour Wamapserver 3.4.1 et de relancer le fichier en tant qu'administrateur puis de répondre Oui à la question : La version PHP 8.2.30 existe déjà. Voulez-vous la réinstaller ?
Il y a eu un défaut dans l'installation éventuelle de PHP 8.2.30, défaut que je n'ai pas vu, ayant déjà PHP 8.2.30 installé.
Désolé ! Forum: WampServer Francais
Essayez via une Console MariaDB en vous connectant en root par les commandes :
CREATE USER 'user1'@'localhost' IDENTIFIED BY 'password1' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK;
GRANT USAGE ON *.* TO 'user1'@'localhost';
CREATE USER 'user1'@'127.0.0.1' IDENTIFIED BY 'password1' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK;
GRANT USAGE ON *.* TO 'user1'@'127.0.0.1';
CREAT Forum: WampServer Francais
Bonjour,
> C'est en réinstallant cette version que le problème a été résolu.
Cela veut-il dire qu'en réinstallant PHP 8.2.30 votre problème a été résolu ? Forum: WampServer Francais
In the .htaccess file, there are several lines that redirect to www.abelard.org or abelard.org, which means the site 'http://abelard/' is inaccessible.
I think the simplest solution is to rename the .htaccess file to .old_htaccess. That way, it will no longer be processed.
> I do not know where to find "the database".
PhpMyAdmin Forum: WampServer English
WordPress has an .htaccess file that will likely need to be modified to match the local site.
Similarly, the database contains the URL of the default site, which needs to be changed to point to the local site. This should be in the wp_config table. Forum: WampServer English
> The virtualhost abelard is still "unaccessible, abelard refused to connect".
An .htaccess file in the site's root directory containing the original URL;
and/or
the original site's URL in the database. Forum: WampServer English