WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Connexion

Page courante: 1 de 1
Résultats 1 - 25 de 25
11 mois déjà 
manarak
1. comment transférer WAMP64 vers un autre disque dur ?
WAMP64 est installé sur C: j'aimerais le transférer sur un autre disque sans perdre les configurations, et en mettant à jour les variables d'environnement système. Merci !
Forum: WampServer Francais
1 an déjà 
manarak
2. Re: a second wampserver64 instance with different mysql and php versions?
thank you, I will to make it work by importing the data
Forum: WampServer English
1 an déjà 
manarak
3. a second wampserver64 instance with different mysql and php versions?
I'm modernizing an old website and need it to run with php 7 and an old mysql version, and at the same time I need to work on its new version with php 8.2 what is the best solution to achieve this ?
Forum: WampServer English
2 ans déjà 
manarak
4. Re: comment mettre à jour WAMPserver ?
merci bien !
Forum: WampServer Francais
2 ans déjà 
manarak
5. comment mettre à jour WAMPserver ?
J'ai Wampserver 3.2.5 64bit avec PHP 7.4 J'aimerais tout mettre à jour, WAMPserver, Apache, MariaDB, PHP (version 8.0 et 8.1). Evidemment sans perdre la configuration actuelle. Comment procéder ?
Forum: WampServer Francais
3 ans déjà 
manarak
6. Re: problème wampmanager.exe sur doubleclick
maximus23 a écrit: ------------------------------------------------------- > Bonjour, > > Faire la mise à jour de wampmanager : > > > p3_x86_x64_aetray3.2.4.0.exe > > merci, j'avais regardé sur wampserver.com pour vérifier la version la plus récente, et j'avais été surpris de voir que c'était 3.2.0 et puis "changelog" qui ne fait que envoyer v
Forum: WampServer Francais
3 ans déjà 
manarak
7. problème wampmanager.exe sur doubleclick
Bonjour Mon Wampserver64 semble fonctionner normalement, mais je rencontre un problème dans deux situations: - double click sur l'icône (verte) wampserver64 lorsque le service fonctionne - click sur "about" dans le menu qui s'ouvre par click droit sur lîcône (verte) dans les deux cas, le symptôme est le même: - première fenêtre "Aestan Tray Manager" s'ouvre pour se pl
Forum: WampServer Francais
4 ans déjà 
manarak
8. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
the ports chosen by Hyper-V are random and change when the computer is restarted, which explains why it was working on some days and others not. also, I have a virtual machine installed on my computer, which possibly causes hyper-V to run at every start, or at least it reserves ports at the start.
Forum: WampServer English
4 ans déjà 
manarak
9. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
finally, the answer is here. Microsoft Hyper-V is reserving ports, but not using them. here we can see the reserved port ranges: netsh int ip show excludedportrange protocol=tcp on my system, 3306 was within an excluded range. Microsoft has f'cked up again by making commonly used ports available for Hyper-V. to correct his, follow the steps described here: and reserve port 33
Forum: WampServer English
4 ans déjà 
manarak
10. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
getting closer: I try to reserve port 3306 doing "netsh int ipv4 add excludedportrange protocol=tcp startport=3001 numberofports=1" reply: "The process cannot access the file because it is being used by another process" then I try: "netstat -ano | findstr 3306" reply: nothing. ???
Forum: WampServer English
4 ans déjà 
manarak
11. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
and today it again doesn't work ...
Forum: WampServer English
4 ans déjà 
manarak
12. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
and it worked yesterday, and today wampserver and wampmaria started with no issues...
Forum: WampServer English
4 ans déjà 
manarak
13. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
so now after the restart, wampmariadb64 still refuses to start, although I have installed all VC++ redists I'll try again following the steps here:
Forum: WampServer English
4 ans déjà 
manarak
14. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
so, actually one day later, I am back to the same problem: wampmariadb64 refuses to start I run the check_vcredist utility, and BAM! the 2 2015-2019 VC redists are missing. This still worked fine yesterday.
Forum: WampServer English
4 ans déjà 
manarak
15. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
and actually,I had the same problem, but the VC++ checker says all files are installed. and in the windows event viewer, I got this error: Can't start server: Bind on TCP/IP port. Got error: 10013: An attempt was made to access a socket in a way forbidden by its access permissions. I was also unable to start the MariaDB service from services.msc (service is named wampmariadb46) lucki
Forum: WampServer English
4 ans déjà 
manarak
16. Re: PHPMyAdmin: No connection could be made because the target machine actively refused it
hello OP, I had a similar issue some months back, it appears that during updates, Windows removes some necessary VC++ redistribuable files from your system without telling or asking you about it. run this to check for necessary VC++ files:
Forum: WampServer English
4 ans déjà 
manarak
17. Re: since today 7.12.2020 wampmariadb does not start
okay thisn is totally nuts - just started my system again and wampserver and apache and mariadb started just fine ??? what the hell?
Forum: WampServer English
4 ans déjà 
manarak
18. Re: since today 7.12.2020 wampmariadb does not start
ok, i found this, maybe it will solve my problem? (i hope so)
Forum: WampServer English
4 ans déjà 
manarak
19. Re: since today 7.12.2020 wampmariadb does not start
well, the problem came back after I started the system again. this time, the VC check says all the VC are there. Windows security does not let me set exclusions, nothing happens when I add an exception, very strange.
Forum: WampServer English
4 ans déjà 
manarak
20. Re: since today 7.12.2020 wampmariadb does not start
by the way, "test port 3306" and "check state of services" still don't do anything else than make the CMD window briefly flicker
Forum: WampServer English
4 ans déjà 
manarak
21. Re: since today 7.12.2020 wampmariadb does not start
many thanks for your help, wampserver has now started all services. status green. but I cannot understand why all these VC redists disappeared from my system ?? this is nuts
Forum: WampServer English
4 ans déjà 
manarak
22. Re: since today 7.12.2020 wampmariadb does not start
results of check_vcredist.exe: WTF ?? I had all these installed, where did they go? VC_2008_SP1_ATL_SEC_UPD_REDIST_X86 ID={1F1C2DFC-2D24-3E06-BCB8-725134ADF989} Visual C++ 2008 SP1 ATL Security (x86) **** NOT INSTALLED **** Installation file is on: VC 2008 SP1 ATL Package (x86) ---------------------------------------- *** VC_2008 (VC9) is needed to use PHP 5.3 or 5.4 *** VC_2013_
Forum: WampServer English
4 ans déjà 
manarak
23. Re: since today 7.12.2020 wampmariadb does not start
thank you for your replies. - Right-Click -> Tools -> Check state of services CMD window briefly flickers in, but nothing happens - Right-Click -> Tools -> Test port 3306 same, CMD window briefly flickers, nothing happens I will check the VC++ now
Forum: WampServer English
4 ans déjà 
manarak
24. since today 7.12.2020 wampmariadb does not start
wampserver64 on Windows 10 problem occured today, I made no changes to wampserver wampserver icon in taskbar is orange. mariadb does not start mariadb log says: yesterday (started OK): 2020-12-06 9:32:09 0 InnoDB: Loading buffer pool(s) from c:\wamp64\bin\mariadb\mariadb10.4.10\data\ib_buffer_pool 2020-12-06 9:32:09 0 Plugin 'FEEDBACK' is disabled. 2020-12-06 9:32:09 0 Ser
Forum: WampServer English
5 ans déjà 
manarak
25. équivalent de WAMPserver pour linux?
Bonjour ceci est mon premier post. j'utilise WAMPserver depuis quelques temps déjà pour développer des sites, mais maintenant j'ai une situation où il me faut utiliser linux. j'apprécie WAMPserver pour la facilité d'installation et de configuration, changement de versions PHP, création de vhosts, etc. quelqu'un peut-il SVP me conseiller une application linux (ubuntu) offrant les mêmes p
Forum: WampServer Francais
Page courante: 1 de 1
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Connexion


design by jidePowered by Alter Way get firefoxget PHP