MySQL version .38
With a query that is supposed to retrieve something like 80000 records from a MyISAM
table, I often get the following error:
010705 16:16:26 read_next: Got error 127 when reading table
./sunbow_domains/junit_userprof
and the query aborts.
Also, I have very often the following errors:
010705 16:14:44 Aborted connection 110 to db: 'tbook_testimport' user:
'webuser_gamma' host: `servweb.interne' (Got timeout reading communication packets)
010705 16:14:44 Aborted connection 172 to db: 'sunbow_domains' user: 'dmeetoo' host:
`192.168.0.42' (Got timeout reading communication packets)
010705 16:14:44 Aborted connection 9 to db: 'sunbow_topics' user: 'webuser_gamma'
host: `192.168.0.41' (Got timeout reading communication packets)
010705 16:14:44 Aborted connection 168 to db: 'sunbow_topics' user: 'webuser_gamma'
host: `192.168.0.42' (Got timeout reading communication packets)
010705 16:14:44 Aborted connection 8 to db: 'unconnected' user: 'webuser_gamma' host:
`192.168.0.31' (Got timeout reading communication packets)
010705 16:14:45 Aborted connection 17 to db: 'sunbow_apps' user: 'webuser_gamma'
host: `192.168.0.31' (Got timeout reading communication packets)
010705 16:14:45 Aborted connection 169 to db: 'sunbow_topics' user: 'webuser_gamma'
host: `192.168.0.33' (Got timeout reading communication packets)
etc...
My network is clean, so I do not understand.
Any idea on these problems would be of much help
Julien