Thread perl timeout zur mysql: Lost connection to MySQL server during.. (12 answers)
Opened by Gast at 2004-03-10 20:53

norman
 2004-03-12 21:47
#31829 #31829
User since
2004-03-11
46 Artikel
BenutzerIn
[default_avatar]
db-server timeout kann ich mir nicht vorstellen. über kommandozeile oder mysql-front läufts ja. welches db-server timeout meinst du, da gibts ja ein paar. eigentlich hab ich alles sehr hoch eingestellt.

um die query langsamer zu machen. vielleicht was mit self-joins und ohne index, etwa so:

SELECT tab1.id FROM
kleine_tab AS tab1,
kleine_tab AS tab2,
kleine_tab AS tab3,
kleine_tab AS tab4 #evtl. noch ein paar
WHERE
tab1.id = tab2.id AND tab1.id = tab3.id

#tab4 nicht

View full thread perl timeout zur mysql: Lost connection to MySQL server during..