Question
max_connections will not change in ubuntu
I have /etc/my.cnf edited like this on my Ubuntu 14.04 x64 server
[mysqld]
open_files_limit = 8192
max_connections = 1000
# etc.
However, after restart of mysql max_connections still says it is 151
What am I doing wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
this post is changing
open_files_limit
I had posted
open _ files _ limit
but without the spaces