From: Dan Nelson Date: July 11 2004 9:16pm Subject: Re: interactive_timeout List-Archive: http://lists.mysql.com/mysql/168857 Message-Id: <20040711211636.GD95931@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jul 11), Luis Mediero said: > I need put the interactive_timeout to infinite, :-). I have a web > with a pool of connections, and need mysql don't close the > connection. Someone know how I put no timeout in my connections?. Interactive_timout only applies to programs that set the CLIENT_INTERACTIVE flag when connecting to mysql. The mysql commandline app is probably the only program that sets this. Try raising wait_timeout instead. -- Dan Nelson dnelson@stripped