3 messages in com.mysql.lists.plusplusRe: connection timeout?
FromSent OnAttachments
/// Blue Sunshine ///12 Nov 2003 21:03 
/// Blue Sunshine ///12 Nov 2003 21:21 
Sinisa Milivojevic20 Nov 2003 05:22 
Subject:Re: connection timeout?
From:Sinisa Milivojevic (sin@beotel.yu)
Date:11/20/2003 05:22:50 AM
List:com.mysql.lists.plusplus

On Wed, 12 Nov 2003 21:03:45 -0800 (PST) /// Blue Sunshine /// <comz@yahoo.com> wrote:

if i open connection for a long time

ex. //////

Connection con(use_exceptions); con.connect("mysql_cpp_data");

. . . long time without any action(a few hours) . . .

//////

could u tell me, are MySQL++ will cut my connection? because timeout or other causes

and if it's really cut my connection, what should i do?

Thank you..

Server cuts you out due to wait_timeout.

In other cases there are other timeouts.

Read the manual on the subject.

Sincerely,