(RADIATOR) How to log to MySQL-database?  [Public]
    Miedema, Hugo 
    Hugo.Miedema at Getronics.com
       
    Wed Jan 26 04:40:00 CST 2005
    
    
  
I want to log connection request and accounting to a MySQL-database. I've created the database by the script 'mysqlCreate.sql' which is included in the package of Radiator 3.11.
In the config-file I've included:
 
<Log SQL>
        DBSource        dbi:mysql:This_Database
        DBUsername      radiator
        DBAuth          SeCrEt
        insert into RADLOG (TIME_STAMP, PRIORITY, MESSAGE)
        values (%t, %0, %2)
</Log>
 
 
But this doesn't seems to work. How can I send the logging to the database?
_________________________________ 
  
Hugo Miedema 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.open.com.au/pipermail/radiator/attachments/20050126/72e768cd/attachment.html>
    
    
More information about the radiator
mailing list