Advertisement
Ciro_meneses

teste Mysql client

Jun 11th, 2016
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <mysql.h>
  4.  
  5. int main(int argc, char **argv) {
  6.   printf("MySQL client version: %s\n", mysql_get_client_info());
  7.  
  8.   system("pause");
  9.   exit(0);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement