This shows you the differences between two versions of the page.
|
c:mysql:mysql.h:mysql_get_proto_info [2013/02/26 15:00] 158.181.88.241 |
c:mysql:mysql.h:mysql_get_proto_info [2024/02/16 01:12] (current) |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| - | printf("Protocol Version of current connection: %s\n", mysql_get_proto_info(my)); | + | printf("Protocol Version of current connection: %li\n", mysql_get_proto_info(my)); |
| mysql_close(my); | mysql_close(my); | ||