Date: 02/26/06 (IT Professionals) Keywords: mysql, sql, linux
How can I limit the number of mysqld processes (threads)? Under Linux. I have the following options in my.cnf:set-variable = max_connections=3set-variable = thread_concurrency=3But I still have 11 child threads of mysqld-max. How can I limit this number?
Source: http://community.livejournal.com/itprofessionals/34451.html