InnoDB: The first specified data file .\ibdata1 did not exist
Bonjour
J'ai installé un CRM gratuit de facturation dolibarr version DoliWamp-3.9.3 sous windows 7 64 bits.
Tout a fonctionné à merveille, jusqu'à aujourd'hui, le service mysql ne veut plus démarrer.
Quand j'essaye de démarrer le service, j'ai l'erreur
windows n'a pas pu démarré le service doliwampmysqld sur ordinateur local.
Erreur 1067. le service s'est arrêté inopinément.
de même si j'essaye de le démarrer à partir de cmd
sur les logs de mysql j'ai ça :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
170124 17:27:15 [Note] doliwampmysqld: Normal shutdown
170124 17:27:30 InnoDB: Starting shutdown...
170124 17:27:45 InnoDB: Shutdown completed; log sequence number 0 14015734
170124 17:27:46 [Note] doliwampmysqld: Shutdown complete
170124 17:32:23 InnoDB: Started; log sequence number 0 14015734
170124 17:32:25 [Note] doliwampmysqld: ready for connections.
Version: '5.0.45-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
170127 7:01:31 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Error: all log files must be created at the same time.
InnoDB: All log files must be created also in database creation.
InnoDB: If you want bigger or smaller log files, shut down the
InnoDB: database and make sure there were no errors in shutdown.
InnoDB: Then delete the existing log files. Edit the .cnf file
InnoDB: and start the database again.
170127 7:01:32 [ERROR] Default storage engine (InnoDB) is not available
170127 7:01:32 [ERROR] Aborting
170127 7:01:32 [Note] doliwampmysqld: Shutdown complete
170127 9:05:02 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...
170127 9:05:02 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: Cannot initialize created log files because
InnoDB: data files are corrupt, or new data files were
InnoDB: created when the database was started previous
InnoDB: time but the database was not shut down
InnoDB: normally after that.
170127 9:05:03 [ERROR] Default storage engine (InnoDB) is not available
170127 9:05:03 [ERROR] Aborting
170127 9:05:03 [Note] doliwampmysqld: Shutdown complete
InnoDB: No valid checkpoint found.
InnoDB: If this error appears when you are creating an InnoDB database,
InnoDB: the problem may be that during an earlier attempt you managed
InnoDB: to create the InnoDB data files, but log file creation failed.
InnoDB: If that is the case, please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/error-creating-innodb.html
170127 9:08:00 [ERROR] Default storage engine (InnoDB) is not available
170127 9:08:00 [ERROR] Aborting
170127 9:08:00 [Note] doliwampmysqld: Shutdown complete |
Je vous serais reconnaissant pour votre aide !
Merci