hello i have a program linked with mysql server remotly
i want to know devices connected number ?
Advertisement
Answer
It’s unlikely you can count devices, however there is a system table information_schema.processlist which shows MySQL server process list, you can count hosts there. See details here on required privileges and fields.