I just installed vBulletin on my server (FreeBSD 4_9) and am now getting some MYSQL (4.0.20) errors in my log directly caused by vBulletin. I know this because the db 'crechat_com' is used by vBulletin. Anyone know what's going on here and possibly how to fix it?
040602 15:01:05 Aborted connection 1 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 16:05:09 Aborted connection 51 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:21:03 Aborted connection 52 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:21:05 Aborted connection 53 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:22:16 Aborted connection 54 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:25:11 Aborted connection 56 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:28:35 Aborted connection 57 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:29:35 Aborted connection 55 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:28:12 Aborted connection 59 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:28:12 Aborted connection 60 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:30:34 Aborted connection 62 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:30:34 Aborted connection 61 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040605 13:45:33 Aborted connection 91 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040605 13:45:33 Aborted connection 92 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040607 0:27:58 Aborted connection 109 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040607 0:27:58 Aborted connection 110 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
According to some FreeBSD/MYSQL pros, some ideas are:
>The manual in the Docs directory lists several possible reason for the
>Abort messages. I think the client not shutting down correctly, or taking
>too long to shut down or the threads interrupt reasons make the most sense.
Additionally, here is a direct link to the MYSQL page defining this error:
and
Thanks for the advice, this is the last problem I need to fix before I colo my box.
040602 15:01:05 Aborted connection 1 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 16:05:09 Aborted connection 51 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:21:03 Aborted connection 52 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:21:05 Aborted connection 53 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:22:16 Aborted connection 54 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:25:11 Aborted connection 56 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:28:35 Aborted connection 57 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040603 18:29:35 Aborted connection 55 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:28:12 Aborted connection 59 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:28:12 Aborted connection 60 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:30:34 Aborted connection 62 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040604 15:30:34 Aborted connection 61 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040605 13:45:33 Aborted connection 91 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040605 13:45:33 Aborted connection 92 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040607 0:27:58 Aborted connection 109 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
040607 0:27:58 Aborted connection 110 to db: 'crechat_com' user: 'mysql0' host: `localhost' (Got timeout reading communication packets)
According to some FreeBSD/MYSQL pros, some ideas are:
>The manual in the Docs directory lists several possible reason for the
>Abort messages. I think the client not shutting down correctly, or taking
>too long to shut down or the threads interrupt reasons make the most sense.
Additionally, here is a direct link to the MYSQL page defining this error:
and
Thanks for the advice, this is the last problem I need to fix before I colo my box.

Comment