[Horde] Syslog -> MySQL

pierre pierre-henry.perret at noos.fr
Tue Jun 29 05:09:53 PDT 2004


you don't annoy me ;-) , I like horde.

In effect there is a 'horde_log' table you can use for that
The structure is:
CREATE TABLE horde_log (

id int(11) NOT NULL default '0',

logtime timestamp(14) NOT NULL,

ident varchar(16) NOT NULL default '',

priority int(11) NOT NULL default '0',

message text,

PRIMARY KEY (id)

) TYPE=MyISAM;



It's created in your horde base try to find it

Pierre

----- Original Message ----- 
From: <webmaster at jnsolutions.co.uk>
To: "pierre" <pierre-henry.perret at noos.fr>
Cc: <horde at lists.horde.org>
Sent: Tuesday, June 29, 2004 1:56 PM
Subject: Re: [Horde] Syslog -> MySQL


> Hi Pierre,
>
> Sorry for being annoying - I'm sure you're fed up with me by now!!!
>
> I unfortunately can't create a user horde, due to limitations on the
server I am
> using, however there is a horde specific user, and they have access to a
horde
> specific database, which is all configured in /config/horde.php.
>
> Looking under /scripts and /scripts/db; there is nowhere where it states
the
> table name and structure for a syslog.  The only ones I can find are for
prefs,
> categories, auth, sessionhandler and vfs - none of which look related to
> Syslog!
>
> Do I need to download the CVS files and go through those?  Will they have
more
> documentation/comments?
>
> Cheers
> Nunners
>
> Quoting pierre <pierre-henry.perret at noos.fr>:
>
> > You need a user 'horde' mysql user on localhost and grant him access
> > privileg on 'db' t mysql able
> > It's documented in the scripts directory of horde.
> >
> > Pierre
> > ----- Original Message -----
> > From: <webmaster at jnsolutions.co.uk>
> > To: <horde at lists.horde.org>
> > Sent: Tuesday, June 29, 2004 1:15 PM
> > Subject: [Horde] Syslog -> MySQL
> >
> >
> > > I'm attempting to setup the Syslog so that it writes to the MySQL
> > database.
> > >
> > > I've created a table Syslog - but I can't find what columns it needs
to
> > have -
> > > or any documentation on it either...
> > >
> > > Can anyone help?
> > >
> > > Cheers
> > > James
> > > --
> > > Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> > > Frequently Asked Questions: http://horde.org/faq/
> > > To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> > >
> >
> >
> >
>
>
>





More information about the horde mailing list