<?php
$dbhost = "localhost";
$dbname = "ykksm";
$dbuser = "ykksmreader";
$dbpasswd = "password";
$logfacility = LOG_LOCAL0;
?>