[RESOLU] Erreur port Mysql in xampp

Eléphanteau du PHP | 17 Messages

23 mai 2014, 22:53

Salut ... Svp j'ai un problème dans mon serveur local Xampp Mysql ne démarre pas on m'affiche une erreur:

21:37:58 [mysql] Press the Logs button to view error logs and check
21:37:58 [mysql] the Windows Event Viewer for more clues
21:37:58 [mysql] If you need more help, copy and post this
21:37:58 [mysql] entire log window on the forums
21:42:00 [mysql] Problem detected!
21:42:00 [mysql] Port 3306 in use by "c:\wamp\bin\mysql\mysql5.6.17\bin\mysqld.exe wampmysqld"!
21:42:00 [mysql] MySQL WILL NOT start without the configured ports free!
21:42:00 [mysql] You need to uninstall/disable/reconfigure the blocking application
21:42:00 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
21:42:00 [mysql] Attempting to start MySQL app...
21:42:00 [mysql] Status change detected: running
21:42:04 [mysql] Status change detected: stopped
21:42:04 [mysql] Error: MySQL shutdown unexpectedly.
21:42:04 [mysql] This may be due to a blocked port, missing dependencies,
21:42:04 [mysql] improper privileges, a crash, or a shutdown by another method.
21:42:04 [mysql] Press the Logs button to view error logs and check
21:42:04 [mysql] the Windows Event Viewer for more clues
21:42:04 [mysql] If you need more help, copy and post this
21:42:04 [mysql] entire log window on the forums
21:42:49 [mysql] Problem detected!
21:42:49 [mysql] Port 3306 in use by "c:\wamp\bin\mysql\mysql5.6.17\bin\mysqld.exe wampmysqld"!
21:42:49 [mysql] MySQL WILL NOT start without the configured ports free!
21:42:49 [mysql] You need to uninstall/disable/reconfigure the blocking application
21:42:49 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
21:42:49 [mysql] Attempting to start MySQL app...
21:42:50 [mysql] Status change detected: running
21:42:53 [mysql] Status change detected: stopped
21:42:53 [mysql] Error: MySQL shutdown unexpectedly.
21:42:53 [mysql] This may be due to a blocked port, missing dependencies,
21:42:53 [mysql] improper privileges, a crash, or a shutdown by another method.
21:42:53 [mysql] Press the Logs button to view error logs and check
21:42:53 [mysql] the Windows Event Viewer for more clues
21:42:53 [mysql] If you need more help, copy and post this
21:42:53 [mysql] entire log window on the forums
Une solution SVP ! c urgent :(

Avatar du membre
Modérateur PHPfrance
Modérateur PHPfrance | 8758 Messages

23 mai 2014, 23:20

Modération :
Tes délais ne nous intéressent pas.
Nous savons que tu es en difficulté puisque tu demandes de l'aide,
mais nous sommes tous bénévoles et répondons selon nos disponibilités.

Merci de ne pas s'impatienter.


tu as déjà un serveur mysql qui fonctionne (démarré avec wamp).

arrête wamp et ça ira mieux.

sinon modifie le port dans la configuration de mysql

@+
Il en faut peu pour être heureux ......

Eléphanteau du PHP | 17 Messages

23 mai 2014, 23:24

Merci d'avance de me répondre :)
En faite j'avais wamp mais je l'ai désinstaller mais je sais pas pourquoi il est tjrs sur mon pc mme si je l'ai désinstaller
sinon comment pourrai-je changer le port ?

Avatar du membre
Modérateur PHPfrance
Modérateur PHPfrance | 8758 Messages

24 mai 2014, 00:20

soit dans le fichier my.ini s'il existe soit dans la ligne de commande de démarrage du serveur (--port=3307 par exemple)

@+
Il en faut peu pour être heureux ......