Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.

I know how to create the console application in C++ but I don't have any idea about aborted connects. Suggest me something.

EDIT: See also C++ and MySQL aborted connects[^]
Posted
Updated 29-May-10 23:57pm
v5

Please ask a specific question instead of copy/pasting your homework question.
Try first by yourself, and if you are stuck, come back with a specific question.
 
Share this answer
 
# 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.
 
Share this answer
 

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