how to use mysql existing connection in c code
15 Feb
2010
15 Feb
'10
9: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
11: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.
6007
Age (days ago)
6007
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Vijay Badola