MySQL Forums
Forum List  »  Docs

Re: Tables in MySQL Schema Documentation
Posted by: Stefan Hinz
Date: June 24, 2009 08:53AM

Please read the MySQL Manual page discussing max_connections: http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_max_connections

Also, you should probably have a look at the page that explains the precedence of options for MySQL: http://dev.mysql.com/doc/refman/5.1/en/program-options.html

Here's an excerpt from that page: "MySQL programs determine which options are given first by examining environment variables, then by reading option files, and then by checking the command line. This means that environment variables have the lowest precedence and command-line options the highest."

And no, you shouldn't edit the mysql.user table directly. :-)

Stefan Hinz, MySQL Documentation, Berlin, Germany

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Tables in MySQL Schema Documentation
4218
June 24, 2009 08:53AM


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.