Log entry - mySQL error

Any idea what this implies?

[2014-11-07 01:10:01] NOTICE[17144] manager.c: Seems to have passed…
[2014-11-07 01:15:01] NOTICE[17155] manager.c: Seems to have passed…
[2014-11-07 01:20:02] NOTICE[17166] manager.c: Seems to have passed…
[2014-11-07 01:22:52] WARNING[2430] res_odbc.c: SetConnectAttr (Txn isolation) returned an error: HY000: [MySQL][ODBC 5.1 Driver]MySQL server has gone away
[2014-11-07 01:22:52] WARNING[2430] res_odbc.c: SQL Execute returned an error -1: 08S01: [MySQL][ODBC 5.1 Driver][mysqld-5.1.73]MySQL server has gone away (65)
[2014-11-07 01:22:52] WARNING[2430] res_odbc.c: SQL Execute error -1! Verifying connection to asteriskcdrdb [MySQL-asteriskcdrdb]…
[2014-11-07 01:22:52] WARNING[2430] res_odbc.c: Connection is down attempting to reconnect…
[2014-11-07 01:22:52] NOTICE[2430] res_odbc.c: Connecting asteriskcdrdb
[2014-11-07 01:22:52] NOTICE[2430] res_odbc.c: res_odbc: Connected to asteriskcdrdb [MySQL-asteriskcdrdb]
[2014-11-07 01:25:01] NOTICE[17182] manager.c: Seems to have passed…
[2014-11-07 01:30:01] NOTICE[17193] manager.c: Seems to have passed…

That’s a pretty normal log. You disconnected and reconnected. Nothing wrong or out of place there. Happens all the time. It’s called a reconnect

Thanks …