This shows you the differences between two versions of the page.
c:mysql:mysql.h:mysql_get_client_version [2013/02/26 14:35] 158.181.88.241 |
c:mysql:mysql.h:mysql_get_client_version [2013/02/26 14:38] (current) 158.181.88.241 |
||
---|---|---|---|
Line 11: | Line 11: | ||
ZZ current version number | ZZ current version number | ||
- | compile with gcc mysql_get_client_info.c -o mysql_get_client_info `mysql_config –cflags –libs` -Wall | + | compile with gcc mysql_get_client_version.c -o mysql_get_client_version `mysql_config –cflags –libs` -Wall |
<code c> | <code c> | ||
#include <stdio.h> /* including standard library */ | #include <stdio.h> /* including standard library */ |