Correct: Threads_connected shows the total number of current DB Connections. So since your MySQL server is configured to only allow 18 concurrent DB connections then if a 19th Thread connection is attempted it will not be allowed until 1 of the 18 active/connected Threads is killed/destroyed/disconnected. Threads_running shows DB Query activity.
↧