I am trying to limit the MySQL queries on my dedicated server, I have read in the forum that it can be done through /etc/my.cnf, but when I see the file, the option max_user_connections does not appear, what it shows me is:
the version of Cpanel / WHM that I use is:
CENTOS 7.9 v96.0.11
I need a maximum of 15 queries to be handled
Code:
[mysqld]
performance-schema=0
thread_cache_size = 2
query_cache_size = 32M
table_open_cache=128
max_allowed_packet=268435456
open_files_limit=40000
innodb_file_per_table=1
CENTOS 7.9 v96.0.11
I need a maximum of 15 queries to be handled