[ERLEDIGT] mysql error beim Update - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +---- Forum: Archiv (/forum-54.html) +---- Thread: [ERLEDIGT] mysql error beim Update (/thread-9043.html) |
[ERLEDIGT] mysql error beim Update - fulltilt - 01-02-2010 02:06 AM habe gerade das update auf dem produktivsystem durchgeführt, hierbei bricht das update ab: Code: DEBUG: push_el() sub_name: doSQL(), msg: ERROR: Incorrect SQL Query -> MySQL server has gone away Hab mal eben den Apache wieder gestartet wenn ich das CP aufrufe bekomme ich ein access denied - bräuchte hier dringend Hilfe. RE: mysql error beim Update - Rene - 01-02-2010 02:26 AM ich denke mal es ist ein mySQL error, vllt. hilft dir das hier weiter: http://dev.mysql.com/doc/refman/5.1/en/gone-away.html Edit: http://www.isp-control.net/forum/thread-7376.html?highlight=%22MySQL+server+has+gone+away%22 RE: mysql error beim Update - fulltilt - 01-02-2010 02:46 AM hast Recht :-) hab das mal rausgenommen: interactive_timeout = 100 wait_timeout = 100 connect_timeout = 10 momentan läufts durch ... (01-02-2010 02:26 AM)Rene Wrote: ich denke mal es ist ein mySQL error, vllt. hilft dir das hier weiter: http://dev.mysql.com/doc/refman/5.1/en/gone-away.html RE: mysql error beim Update - Nuxwin - 01-02-2010 02:49 AM Hi ; I found the same problem recently on the server to a client (virtual server XEN). It is a resource problem Mysql. I think we should optimize the code for the backend. Currently this problem can occur on small configurations where all files must be regenerated. This is the case when we run the ispcp-update script. RE: mysql error beim Update - fulltilt - 01-02-2010 03:09 AM It all went well I think it was a misconfiguration in my.cnf interactive_timeout = 100 wait_timeout = 100 connect_timeout = 10 thanks :-) RE: [ERLEDIGT] mysql error beim Update - Rene - 01-02-2010 03:31 AM Wunderbar das es so durchlief Ich habe gerade mal bei mir nachgeschaut, ich habe gar kein timeout... RE: [ERLEDIGT] mysql error beim Update - fulltilt - 01-02-2010 03:35 AM (01-02-2010 03:31 AM)Rene Wrote: Wunderbar das es so durchlief Hatte ich mal in die my.cnf hinzugefügt wegen Load Probleme - brauche es aber nicht mehr ... Danke nochmal :-) |