how to use mysql existing connection in c code
15 Feb
2010
15 Feb
'10
4:29 a.m.
Can I use mysql connection, created by server initially by reading sql.conf, from my own separate module to get sql query answer? pls tell me how to use it in C code from own separate module. , Regards Vijay
15 Feb
15 Feb
6:49 a.m.
Vijay Badola wrote:
Can I use mysql connection, created by server initially by reading
sql.conf, from my own separate module to get sql query answer?
pls tell me how to use it in C code from own separate module.
See src/modules/rlm_sqlippool/ It does exactly that. Alan DeKok.
5987
Age (days ago)
5987
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Vijay Badola