MySQL Forums
Forum List  »  French

Erreur 1067
Posted by: Thomas Barbier
Date: October 15, 2013 10:20AM

Bonjour,
Je viens de rencontrer un problème avec le service mysql sous Windows et j'espère que quelqu'un parmi vous pourra m'éclairer.
Je suis sous Windows 8 32bits avec MySQL 5.5 (j'ai test MySQL 5.5.11, 5.5.34 et la dernière 5.6 le problème est le même).
J'ai pu installer le service et le configurer comme d'habitude, mais après avoir arrêter le système impossible de relancer le service. Après quelques heures de test et de recherche voici ce que j'ai pu constater :
Quand je démarrer le service MySQL alors que le dossier data ne contient que les bases de données les fichiers suivant apparaissent : ib_logfile0, ib_logfile1, ibdata1, nom_machine.err et nom_machine.pid
Si j'arrête le système, ou même simplement le service, le fichier nom_machine.pid disparait et le service ne veut plus démarrer.
Voici le contenu du fichier nom_machine.err :

131015 18:01:05 [Note] Plugin 'FEDERATED' is disabled.
131015 18:01:05 InnoDB: The InnoDB memory heap is disabled
131015 18:01:05 InnoDB: Mutexes and rw_locks use Windows interlocked functions
131015 18:01:05 InnoDB: Compressed tables use zlib 1.2.3
131015 18:01:05 InnoDB: Initializing buffer pool, size = 46.0M
131015 18:01:05 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
131015 18:01:05 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
131015 18:01:06 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 23 MB
InnoDB: Database physically writes the file full: wait...
131015 18:01:07 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 23 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
131015 18:01:08 InnoDB: Waiting for the background threads to start
131015 18:01:10 InnoDB: 1.1.6 started; log sequence number 0
131015 18:01:10 [Note] Event Scheduler: Loaded 0 events
131015 18:01:10 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.11' socket: '' port: 3306 MySQL Community Server (GPL)
131015 18:01:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

131015 18:01:21 [Note] Event Scheduler: Purging the queue. 0 events
131015 18:01:21 InnoDB: Starting shutdown...
131015 18:01:21 InnoDB: Shutdown completed; log sequence number 1595675
131015 18:01:21 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

131015 18:01:22 [Note] Plugin 'FEDERATED' is disabled.
131015 18:01:22 InnoDB: The InnoDB memory heap is disabled
131015 18:01:22 InnoDB: Mutexes and rw_locks use Windows interlocked functions
131015 18:01:22 InnoDB: Compressed tables use zlib 1.2.3
131015 18:01:22 InnoDB: Initializing buffer pool, size = 46.0M
131015 18:01:22 InnoDB: Completed initialization of buffer pool
131015 18:01:22 InnoDB: highest supported file format is Barracuda.
131015 18:01:22 InnoDB: Operating system error number 87 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
InnoDB: File name .\ib_logfile0
InnoDB: File operation call: 'aio read'.
InnoDB: Cannot continue operation.



Je n'avais jamais rencontré ce problème jusqu'à aujourd'hui et c'est la première fois que j'installer MySQL sur Windows 8 32bits (jamais de problème sur Windows 8 64bits). J'ai modifier l'emplacement du dossier data et les droits sur ce dossier pour tester sans succès. Sur le liens pour l'erreur 87 il est écrit que c'est un problème de paramètres... Je ne vois pas où et je ne trouve pas de solution.
Merci d'avance pour votre aide.

Options: ReplyQuote


Subject
Views
Written By
Posted
Erreur 1067
7782
October 15, 2013 10:20AM
4951
October 15, 2013 10:38PM
2170
October 16, 2013 03:38AM
1863
October 16, 2013 03:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.