2013-12-18 7 views
5

ho installato di Windows 8.1 poi ho reinstallare WampServer e tutto funzionava .. fino a ottenere un colore arancione che a causa di mio server MySQL non è in esecuzione ....di Windows 8.1 Wampserver Mysql non funziona

Wampserver 2.4

MySQL 5.6.12

PHP 5.4.12

Apache 2.4.4

questo è il file di log

01.235.
2013-12-18 10:00:00 904 [Note] Plugin 'FEDERATED' is disabled. 
2013-12-18 10:00:00 904 [Note] InnoDB: The InnoDB memory heap is disabled 
2013-12-18 10:00:00 904 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2013-12-18 10:00:00 904 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2013-12-18 10:00:00 904 [Note] InnoDB: Not using CPU crc32 instructions 
2013-12-18 10:00:00 904 [Note] InnoDB: Initializing buffer pool, size = 128.0M 
2013-12-18 10:00:00 904 [Note] InnoDB: Completed initialization of buffer pool 
2013-12-18 10:00:00 904 [Note] InnoDB: Highest supported file format is Barracuda. 
2013-12-18 10:00:00 904 [Note] InnoDB: The log sequence numbers 2283844 and 2283844 in ibdata files do not match the log sequence number 2484632 in the ib_logfiles! 
2013-12-18 10:00:00 904 [Note] InnoDB: Database was not shutdown normally! 
2013-12-18 10:00:00 904 [Note] InnoDB: Starting crash recovery. 
2013-12-18 10:00:00 904 [Note] InnoDB: Reading tablespace information from the .ibd files... 
2013-12-18 10:00:00 904 [ERROR] InnoDB: Attempted to open a previously opened tablespace. Previous tablespace airbnb/amenities uses space ID: 6 at filepath: .\airbnb\amenities.ibd. Cannot open tablespace webotrip/amenities which uses space ID: 6 at filepath: .\webotrip\amenities.ibd 
InnoDB: Error: could not open single-table tablespace file .\webotrip\amenities.ibd 
InnoDB: We do not continue the crash recovery, because the table may become 
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it. 
InnoDB: To fix the problem and start mysqld: 
InnoDB: 1) If there is a permission problem in the file and mysqld cannot 
InnoDB: open the file, you should modify the permissions. 
InnoDB: 2) If the table is not needed, or you can restore it from a backup, 
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal 
InnoDB: crash recovery and ignore that table. 
InnoDB: 3) If the file system or the disk is broken, and you cannot remove 
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf 
InnoDB: and force InnoDB to continue crash recovery here. 

risposta

13

ho trovato una soluzione

  1. Eseguire il backup \ wamp \ bin cartella data \ mysql \ mysql5.6.12 \ per ogni evenienza.

  2. sinistra fare clic sull'icona wampmanager -> MySQL -> my.ini (per modificare il file di configurazione di MySQL)

e aggiungere questa riga alla sezione wampmysqld [wampmysqld] (o [mysqld] se non si dispone [wampmysqld])

innodb_force_recovery = 1

e quindi salvare my.ini

  1. lef t fare clic sull'icona di wampmanager -> MySQL -> Servizio -> riavviare il servizio

dargli un minuto per eseguire il ripristino, quindi controllare nuovamente il log degli errori di mysql per verificare se ha ripristinato il database.

  1. sinistra fare clic sull'icona wampmanager -> MySQL -> my.ini (per modificare il file di configurazione di MySQL)

ora rimuovere l'innodb_force_recovery = 1 parametro aggiunte in precedenza .

+0

su windows 8.1 completamente aggiornato ho lo stesso problema dopo aver spento il pc e riavviarlo mysql mi colpisce con lo stesso errore. tutto ciò che vorrei fare non funziona. – Bogdan

+0

non l'hanno ancora provato http://www.teceek.com/how-to-solve-mysql-server-error-in-xampp-windows-8-1/ ma sembra promettente. – Bogdan

+0

Questo ha funzionato per me: ** Stick con il 32 bit. ** Disinstallare il 64 bit e assicurarsi di eliminare quindi la cartella mysql-data e tutte le sue sottocartelle prima di installare il 32 bit. (Fonte: http://forum.wampserver.com/read.php?2,125883,printview,page=1) – davidtaubmann