Hello friends, a consultation.
I have a PHP page which performs queries to a Mysql database, after restarting the services of my server, execute the command: show status like 'Threads%';
to my base and I obtained the following results:
'Threads_cached', '0'
'Threads_connected', '2'
'Threads_created', '10661'
'Threads_running', '1'
As you can see, the values for Threads_created are very high and I would like to know what the consequences are and what this behavior could cause, on the other hand that should be implemented or revised to improve this result.