[kronolith] Kronolith + MySQL

Gary Weinreb gweinreb@rocksolidsystems.com
Fri Oct 25 20:22:10 2002


Did you create the tables in mysql, horde database.
If not, use the kronolith/scripts/drivers/kronolith.sql file as:
# mysql -u root -p horde < [path-to-file]kronolith.sql

Did you setup kronolith/config/conf.php to use mysql?
You need:
$conf['calendar']['driver'] = 'sql';

and uncomment, as below:
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'YOUR SERVER';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = 'YOUR PASSWORD';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';

and you need to comment out, as below:
// $conf['calendar']['params']['driver'] = 'mstore';
// $conf['calendar']['params']['username'] = '';
// $conf['calendar']['params']['password'] = '';

Regards,
Gary

At 06:53 PM 10/25/2002 +0200, Sascha Bieler wrote:
>Hi there I figure out a little prob with kronolith and mysql...
>
>First of all, I have a running Horde installation and it stores the
>userprefs in the mysql-database. Also nag is using the database. Just
>Kronolith won't contact with the same user, rights and host...
>
>Thanks for help
>
>Sascha
>
>
>
>--
>Kronolith mailing list
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org