Hello Yogesh,
Thank you for the heads up, but when i try to run “[COLOR=#252C2F]show global status like ‘Connections’” i get the something like this :-
mysql> show global status like 'Connections';
+---------------+----------+
| Variable_name | Value |
+---------------+----------+
| Connections | 82314805 |
+---------------+----------+
I guess that is the total number of connections it has got from the web server., How can i get the number of connections per day, without using any other third party tool like “munin” ?
I would like to clarify, I have a separate DB and separate web server !!
Thank you !