Re: question about duration of connection

2002-02-18 Thread Arjen Lentz
Hi, On Mon, 2002-02-18 at 18:56, Craig Vincent wrote: > > I am using MySql server in my application. > My application needs MySql server to be running for 24 hours and needs to > make connection with server at any time. > I have heared that by default MySql server will close the connection after

Re: question about duration of connection

2002-02-18 Thread Craig Vincent
I am using MySql server in my application. My application needs MySql server to be running for 24 hours and needs to make connection with server at any time. I have heared that by default MySql server will close the connection after 8 hours. So, does it mean that after every 8 hours I need to res

question about duration of connection

2002-02-17 Thread gaurang
Dear Friends, I am using MySql server in my application. My application needs MySql server to be running for 24 hours and needs to make connection with server at any time. I have heared that by default MySql server will close the connection after 8 hours. So, does it mean that after every 8 h