Click here to Skip to main content
15,909,613 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
How can I write a C/C++ console application that connects to a MySQL server and prints the number of aborted connects using information provided by MySQL's global variables?
Posted
Updated 29-May-10 23:51pm
v5

Use the MySQL client library, or Connector/C++[^].

Then the query is SHOW STATUS LIKE 'aborted_connects'
 
Share this answer
 
How C/C++ console application can connects to a MySQL server (with InnoDB plugin enabled) ??
 
Share this answer
 
Comments
Aescleal 21-Jul-10 5:46am    
Reason for my vote of 1
Post a new question, this is not an answer to the question above.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900