Informatik4Life Posted June 30, 2013 Report Share Posted June 30, 2013 Hallo liebe Community, bin etwas Ratlos, wieso ich diese Fehlermeldung vom Server bekomme: mysql error: [2006: MySQL server has gone away] in EXECUTE("SELECT pc.code FROM xt_plugin_code pc INNER JOIN xt_plugin_products pp ON pc.plugin_id = pp.plugin_id WHERE pc.hook = 'class.product.php:buildData_top' AND pc.code_status = 1 and pp.plugin_status = 1 order by pc.sortorder") 2006 bedeutet ja irgendwie, dass eine Anfrage zu lang war, aber das dürfte doch im "normalfall" nicht vorkommen, oder versucht da jmd. irgendwelche mysql Befehle an den server zu schicken um sich evtl ne shell zu öffnen? Hoffe jmd kann mir helfen. Lg Link to comment Share on other sites More sharing options...
Fry Posted June 30, 2013 Report Share Posted June 30, 2013 Da wird nichts angegriffen, das ist eine ganz normale Meldung wenn der SQL-Server schlecht bzw. gar nicht konfiguriert ist. http://dev.mysql.com/doc/refman/5.0/en/gone-away.html Oder dein SQL-Server kann die gesendeten Daten nicht verarbeiten (dein Zitat: zu lang) da zu groß/zu viel. Versuche die max_packet_size zu erhöhen könnte helfen. Wenns ein eigener Server ist selbst optimieren, bei Webspace nachstellen (mehrmals) und den Hoster kontaktieren. Link to comment Share on other sites More sharing options...
Informatik4Life Posted June 30, 2013 Author Report Share Posted June 30, 2013 hab ich zuvor schon auf 32MB eingestellt... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.