Mysql ne demarre pas avec easyphp
ben- Messages postés 216 Statut Membre -
Mysql ne demarre pas avec easy php il me mets une erreur
Voici l'erreur: Unexpected end of Mysql ...See log file ?
voici le log :
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090705 9:05:52 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090705 9:05:52 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090705 9:05:53 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090705 9:05:54 InnoDB: Started; log sequence number 0 0
090705 9:05:54 [Note] Event Scheduler: Loaded 0 events
090705 9:05:54 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
090705 9:06:00 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
090705 9:06:00 InnoDB: Started; log sequence number 0 46409
090705 9:06:00 [Note] Event Scheduler: Loaded 0 events
090705 9:06:00 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)
090705 9:06:05 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt normal du serveur
090705 9:06:05 [Note] Event Scheduler: Purging the queue. 0 events
090705 9:06:05 InnoDB: Starting shutdown...
090705 9:06:07 InnoDB: Shutdown completed; log sequence number 0 46409
090705 9:06:07 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt du serveur terminé
090705 9:08:15 InnoDB: Started; log sequence number 0 46409
090705 9:08:15 [Note] Event Scheduler: Loaded 0 events
090705 9:08:15 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)
Configuration: Windows Vista Internet Explorer 7.0
25 réponses
- 1
- 2
Le fil porte sur un démarrage échoué de MySQL avec EasyPHP, signalant "Unexpected end of Mysql" et des erreurs InnoDB liées à ibdata1 et ib_logfile0/1, puis une récupération crash. La log décrit la création des fichiers InnoDB (.ibdata1, .ib_logfile0/1), puis plusieurs tentatives de démarrage et des messages de redémarrage avant un arrêt normal. Des solutions évoquées dans les réponses suggèrent de vérifier que MySQL fourni avec EasyPHP est bien utilisé, et de réinstaller EasyPHP ou de reboot du PC pour aligner ibdata et ib_logfiles. En cas de persistance, certains conseils préconisent de désinstaller toute autre instance MySQL et d'utiliser celle fournie par EasyPHP, puis de redémarrer le système.
-
Bonjour,
cette log est celle du 5 juillet ... -
-
les 6 premiers chiffres sont
09 -> 2009
07 -> juillet
05 -> 5
descendez à la fin de la log pour avoir celle du dernier lancement -
--oui, je viens de le constater mais comment faire pour que cela marche ? --
-
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question -
normalement tout doit démarrer correctement. Easyphp fait tout seul.
alors tentez d'aller à la fin de la log pour voir l'erreur et la transmettre
sinon n'étant pas devin, c'est dur de vous aider
-
-
-
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090705 9:05:52 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090705 9:05:52 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090705 9:05:53 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090705 9:05:54 InnoDB: Started; log sequence number 0 0
090705 9:05:54 [Note] Event Scheduler: Loaded 0 events
090705 9:05:54 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
090705 9:06:00 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
090705 9:06:00 InnoDB: Started; log sequence number 0 46409
090705 9:06:00 [Note] Event Scheduler: Loaded 0 events
090705 9:06:00 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL)
090705 9:06:05 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt normal du serveur
090705 9:06:05 [Note] Event Scheduler: Purging the queue. 0 events
090705 9:06:05 InnoDB: Starting shutdown...
090705 9:06:07 InnoDB: Shutdown completed; log sequence number 0 46409
090705 9:06:07 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt du serveur terminé
090705 9:08:15 InnoDB: Started; log sequence number 0 46409
090705 9:08:15 [Note] Event Scheduler: Loaded 0 events
090705 9:08:15 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community' socket: '' port: 3306 MySQL Community Server (GPL) -
toujours la même date.
votre PC est-il à la bonne date !
sinon corrigez la date.
y aun truc pas clair.
vérifiez la date
arr^ter easyphp
relancer le
donnez la bonne log -
-
-
même après arrêt et relance de easyphp
-
-
Etrange non ? y a vraiment un truc !
question peut être idiote mais : vous utilisez bien mysql fournit avec easyphp ? vous n'avez pas installé un autre mysql ?
alors soyons radicaux.
désisntallez easyphp
reboot du PC
installation d'easyphp -
-
-
-
--Pour vos fonctions javascript, ouvrez un nouveau sujet, un spécialiste y répondra
J-L -
-
- 1
- 2