[PATCH] Mysql support

Luc Saillard luc+kronolith@alcove.fr
Tue, 17 Jul 2001 19:11:43 +0200


---------------------- multipart/mixed attachment
Hi,
 i've made a mysql support for Kronolith, i've included a patch against
the CVS version. Please note that recurence support is not fully
functionnal. A skeleton SQL for mysql is included in the doc directory.
This is variables used in conf.php
$conf['calendar']['driver'] = 'mysql';
$conf['calendar']['params']['username'] = 'rootMysqlUser';
$conf['calendar']['params']['password'] = 'leech';
$conf['calendar']['params']['host'] = '';
$conf['calendar']['params']['database'] = 'calendar';

Luc
-- 
,--------------------------------------------------------------------------.
>     Saillard Luc           |          Free Software Engineer             <
> Luc.Saillard@fr.alcove.com |        Alcôve, liberating software          <
>   (www.alcove.com)         |        http://www.alcove-labs.org/          <
`--------------------------------------------------------------------------'

---------------------- multipart/mixed attachment--