16 Aug
2007
16 Aug
'07
4:45 p.m.
hi, quick question: is it possible to use multiple databases at the same time with rlm_sql - eg MySQL *and* PostgreSQL. from my looking at the configs and a brief skim of the code it appears that rlm_sql can only instantiate one of the drivers...but not both correct? alan
16 Aug
16 Aug
4:55 p.m.
A.L.M.Buxey@lboro.ac.uk wrote:
hi,
quick question: is it possible to use multiple databases at the same time with rlm_sql - eg MySQL *and* PostgreSQL. from my looking at the configs and a brief skim of the code it appears that rlm_sql can only instantiate one of the drivers...but not both correct?
Yes. But you can deploy multiple instances of rlm_sql. sql mysql { driver = ...mysql ... } And then refer to "mysql" instead of "sql". Alan DeKok.
6901
Age (days ago)
6901
Last active (days ago)
1 comments
2 participants
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok