Hi!
I read mysql doc (4.0.5-beta.) and see this:
Note that upon connection, mysql_real_connect() sets the reconnect flag (part of the 
MYSQL structure) to a value of 1. This flag indicates, in the event that a query 
cannot be performed because of a lost connection, to try reconnecting to the server 
before giving up.

Thus,
When I use mysql_real_connect () and get these error code:
CR_SERVER_GONE_ERROR 
CR_SERVER_LOST
Is it no use to write some code to do a reconnection?

riso

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to