Impossible de démarrer le service MySQL (Xampp)

Résolu/Fermé
Shigod - 11 sept. 2016 à 15:44
Danielcoo Messages postés 31 Date d'inscription samedi 24 janvier 2015 Statut Membre Dernière intervention 25 septembre 2016 - 25 sept. 2016 à 05:41
Bonjour,

Comme par habitude, lorsque j'entreprends un quelconque projet, il faut que je tombe sur des problèmes.

Je m'explique, je souhaite utiliser le service MySQL sur Xampp pour une base de donnée. Cependant, il m'indique une erreur et ne le démarre pas.

Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" MySQL57"


Le port est déjà utilisé c'est ce que je comprends pas ces lignes. Donc j'ai modifier dans my.ini de mysql le port en 3307. Bien sûr, ça ne fonctionne pas. J'ai tout désinstaller ce qui y avait sur PC en rapport avec MySQL et ais réinstaller.

(J'ai MySQL Workbench sur mon PC ça peut être le problème... mais je vois pas d'autre méthode pour réparer mon problème et je souhaite le garder)

En espérant que quelqu'un puisse m'aider,
Je vous souhaite une agréable journée

2 réponses

Danielcoo Messages postés 31 Date d'inscription samedi 24 janvier 2015 Statut Membre Dernière intervention 25 septembre 2016 3
25 sept. 2016 à 05:41
Bonjour,
Consermant xampp je ne l'aime pas parce qu'il a trop d'erreur, ce que j'aime le plus c'est WebLocal parce qu'il es puissant et na jamais recu d'erreur contrairement a wamp.
le lien de téléchargement: http://ausea.eu.pn/
2
Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" MySQL57"

Tu as mysql serveur (donc pas le mysql de xampp) qui est déja lancé et occupe déja le port 3306. Tu dois fermer/tuer Mysql Serveur pour pouvoir lancer le mysql de xamp
0
Merci de votre réponse,

cela à débloqué une parti de mon problème. Maintenant il m'indique que j'ai un port bloqué :/

17:11:22  [mysql] 	Error: MySQL shutdown unexpectedly.
17:11:22 [mysql] This may be due to a blocked port, missing dependencies,
17:11:22 [mysql] improper privileges, a crash, or a shutdown by another method.
17:11:22 [mysql] Press the Logs button to view error logs and check
17:11:22 [mysql] the Windows Event Viewer for more clues
17:11:22 [mysql] If you need more help, copy and post this
17:11:22 [mysql] entire log window on the forums


J'ai donc changé de 3307 à 3306 pour voir mais le problème persiste. (Je tiens à préciser que je n'ai pas skype ouvert).

Dans les logs...

2016-09-11 17:16:40 21a8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2016-09-11 17:16:40 8616 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-09-11 17:16:40 8616 [Note] InnoDB: The InnoDB memory heap is disabled
2016-09-11 17:16:40 8616 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-09-11 17:16:40 8616 [Note] InnoDB: Memory barrier is not used
2016-09-11 17:16:40 8616 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-09-11 17:16:40 8616 [Note] InnoDB: Using generic crc32 instructions
2016-09-11 17:16:40 8616 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2016-09-11 17:16:40 8616 [Note] InnoDB: Completed initialization of buffer pool
2016-09-11 17:16:40 8616 [Note] InnoDB: Restoring page 0 of tablespace 0
2016-09-11 17:16:40 8616 [Warning] InnoDB: Doublewrite does not have page_no=0 of space: 0
2016-09-11 17:16:40 8616 [ERROR] InnoDB: space header page consists of zero bytes in data file C:\xampp\mysql\data\ibdata1
2016-09-11 17:16:40 8616 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
2016-09-11 17:16:40 8616 [ERROR] Plugin 'InnoDB' init function returned error.
2016-09-11 17:16:40 8616 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2016-09-11 17:16:40 8616 [Note] Plugin 'FEEDBACK' is disabled.
2016-09-11 17:16:40 8616 [ERROR] Unknown/unsupported storage engine: InnoDB
2016-09-11 17:16:40 8616 [ERROR] Aborting



Il faut que je supprime le fichier "ibdata1" ? Je peine à comprendre ce qui est indiqué.
0
Utilisateur anonyme
12 sept. 2016 à 09:50
Error: MySQL shutdown unexpectedly.


Essaye de fermer mysql serveur proprement
0