MySQL Forums
Forum List  »  Replication

mySQL not setting max_connections from configuration file
Posted by: Mitchell Smith
Date: September 27, 2012 03:41PM

Hi,

I have a mySQL server running on Linux, and I am seeing that the max_connections variable is not being set.

In my.cnf I have:
max_connections=1000

however when I run mysql> select @@max_connections;
+-------------------+
| @@max_connections |
+-------------------+
| 151|
+-------------------+
1 row in set (0.00 sec)


mySQL version:
mysql Ver 14.14 Distrib 5.1.61, for redhat-linux-gnu (x86_64) using readline 5.1

Any help with this would be greatly appreciated

Thanks
Mitch

Options: ReplyQuote


Subject
Views
Written By
Posted
mySQL not setting max_connections from configuration file
2957
September 27, 2012 03:41PM


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.