Hi,
I need to find out how many client connections were aborted by MySQL server.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjun PanwarPosted Dec 13, 2011, 6:43 AM
Thanks for reply.../
Satyapriya NayakPosted Dec 13, 2011, 12:07 AM
SHOW STATUS provides server status information. This information also can be obtained using the mysqladmin extended-status command.
Please refer the below link
http://dev.mysql.com/doc/refman/5.0/en/server-status-variables.html
http://dev.mysql.com/doc/refman/5.0/en/communication-errors.html
Thanks