1. Create a database 'syslog' without the quotes.
- Code: Select all
create database syslog;
2. Copy a fresh phplogcon to your webserver folder
3. Run phplogcon http:// *yourwebserver* /phplogcon/install/install.php in your web browser
4. Walk through the steps and pointing to the syslog database
5. Read and follow the steps provided in 'Writing syslog messages to MySQL'
http://www.rsyslog.com/module-Static_Docs-view-f-/rsyslog_mysql.html.phtml
Hope this helps.

