MySQL Forums
Forum List  »  General

Re: How to modify Max_Questions limit ?
Posted by: Trudy Pelzer
Date: December 10, 2004 10:25AM

Hi Dushyant,

Setting the variable from the command works only if you
do that for every client (application) when you connect
to the server. Since you're working with multiple connections,
then the better solution is to start the server with the
correct setting for the global max_questions variable, which
will affect all clients as they connect. For a description see
the MySQL Reference Manual at:
http://dev.mysql.com/doc/mysql/en/Server_system_variables.html

You can force the global setting either on the command line
when you start the server or (more permanently) change the
setting in your configuration file (.my.cnf file for Linux and
my.cnf/my.ini for Windows); see:
http://dev.mysql.com/doc/mysql/en/Option_files.html

Trudy Pelzer, Engineering Project Manager
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Written By
Posted
Re: How to modify Max_Questions limit ?
December 10, 2004 10:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.