Mysql stürzt bei starker Belastung ab

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Mysql stürzt bei starker Belastung ab

Postby mersense » 21. April 2015 07:29

Hallo, ich habe gestern für einen Arma 2 Dayz Server eine Datenbank per PHPmyadmin importiert, ab da an fing der Spaß an. Beim hochladen ist mir der Server schon öfters mit der Meldung "#2003 Mysql Server has gone away" abgeschmiert, hab zuerst gedacht das es an der .sql Datei liegt die ich hochlade, beim dritten mal hats allerdings problemlos funktioniert. Soweit so gut, sobald das Spiel anfängt die Datenbank auszulesen schmiert er nach 3-4sec ab.

Serverhardware 6x 2Ghz E5-2620
RAM 8GB DDR3 ECC
500GB SSD

Hier der Error Log, nicht von den Zeiten irritieren lassen das is der letzte log wo ich irgendwann kein bock mehr hatte, da is der Server komischerweise erst nach paar Stunden abgeschmiert.

Code: Select all
2015-04-20 21:37:11 156724 [Note] Plugin 'FEDERATED' is disabled.
2015-04-20 21:37:11 22530 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.
2015-04-20 21:37:11 156724 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-04-20 21:37:11 156724 [Note] InnoDB: The InnoDB memory heap is disabled
2015-04-20 21:37:11 156724 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-04-20 21:37:11 156724 [Note] InnoDB: Memory barrier is not used
2015-04-20 21:37:11 156724 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-04-20 21:37:11 156724 [Note] InnoDB: Not using CPU crc32 instructions
2015-04-20 21:37:11 156724 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-04-20 21:37:11 156724 [Note] InnoDB: Completed initialization of buffer pool
2015-04-20 21:37:11 156724 [Note] InnoDB: Highest supported file format is Barracuda.
2015-04-20 21:37:11 156724 [Note] InnoDB: Log scan progressed past the checkpoint lsn 906004722
2015-04-20 21:37:11 156724 [Note] InnoDB: Database was not shutdown normally!
2015-04-20 21:37:11 156724 [Note] InnoDB: Starting crash recovery.
2015-04-20 21:37:11 156724 [Note] InnoDB: Reading tablespace information from the .ibd files...
2015-04-20 21:37:12 156724 [Note] InnoDB: Restoring possible half-written data pages
2015-04-20 21:37:12 156724 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Doing recovery: scanned up to log sequence number 906005157
2015-04-20 21:37:13 156724 [Note] InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percent: 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
2015-04-20 21:37:13 156724 [Note] InnoDB: 128 rollback segment(s) are active.
2015-04-20 21:37:13 156724 [Note] InnoDB: Waiting for purge to start
2015-04-20 21:37:13 156724 [Note] InnoDB: 5.6.21 started; log sequence number 906005157
2015-04-20 21:37:13 156724 [Note] Server hostname (bind-address): '*'; port: 3306
2015-04-20 21:37:13 156724 [Note] IPv6 is available.
2015-04-20 21:37:13 156724 [Note]   - '::' resolves to '::';
2015-04-20 21:37:13 156724 [Note] Server socket created on IP: '::'.
2015-04-20 21:37:13 156724 [Note] Event Scheduler: Loaded 0 events
2015-04-20 21:37:13 156724 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.21'  socket: ''  port: 3306  MySQL Community Server (GPL)
2015-04-21 01:53:25 4fe34  InnoDB: Operating system error number 6 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
2015-04-21 01:53:25 156724 [ERROR] InnoDB: File (unknown): 'flush' returned OS error 106. Cannot continue operation
mersense
 
Posts: 3
Joined: 21. April 2015 07:24
Operating System: Windows Server 2008 R2

Re: Mysql stürzt bei starker Belastung ab

Postby Altrea » 21. April 2015 07:47

Hi,

Google mal nach "InnoDB: Operating system error number 6".
Du wirst vielfach denselben Hinweis bekommen.

Mit freundlichen Grüßen,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Mysql stürzt bei starker Belastung ab

Postby mersense » 21. April 2015 08:55

Ist nicht so das ich nich googlen kann :P
Code: Select all
6   ENXIO   No such device or address


sagt mir null.

Der Fehlercode
Code: Select all
2015-04-21 01:53:25 156724 [ERROR] InnoDB: File (unknown): 'flush' returned OS error 106. Cannot continue operation


Sagt mir laut der zahl 106 das ich eine Diskette einlegen soll :lol:
mersense
 
Posts: 3
Joined: 21. April 2015 07:24
Operating System: Windows Server 2008 R2

Re: Mysql stürzt bei starker Belastung ab

Postby Altrea » 21. April 2015 09:07

Wenn ich das Google bekomme ich zigfach den Hinweis Virenscanner
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11926
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: Mysql stürzt bei starker Belastung ab

Postby mersense » 21. April 2015 09:12

Tut mir leid, kein Antiviren Programm installiert. Und Windows Defender gibts bei mir nicht. :P
mersense
 
Posts: 3
Joined: 21. April 2015 07:24
Operating System: Windows Server 2008 R2

Re: Mysql stürzt bei starker Belastung ab

Postby Nobbie » 21. April 2015 10:36

Dann können wir das hier sowieso nicht lösen, das solltest Du an MySQL melden, die betreiben die Entwicklung und das sieht so oder so nach einem Bug aus. Xampp ist nur eine Distribution, entwickelt werden die Werkzeuge hier nicht.
Nobbie
 
Posts: 13171
Joined: 09. March 2008 13:04


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 58 guests