Mysql database connections
Michel Think <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, To connect to a single database, I put my parameters in the bayonne.conf file as follow: [sql] database = xxxxx user = abcd password = aelkfhlzkefjl host = localhost But, how can I connect to several databases? (except using TGI) or must I use TGI? Thanks you