From ee3ef8d7c7b5c1f52773b0938af4aaaf8496ed63 Mon Sep 17 00:00:00 2001 From: moli Date: Mon, 19 May 2014 10:06:08 +0200 Subject: [PATCH] fixed typos added a space :) and changed the variable "database" to "dbname" to conform with the examples around that --- doc/rrdgraph_libdbi.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rrdgraph_libdbi.pod b/doc/rrdgraph_libdbi.pod index b8575601..839e4667 100644 --- a/doc/rrdgraph_libdbi.pod +++ b/doc/rrdgraph_libdbi.pod @@ -86,7 +86,7 @@ Here an example of a table in a MySQL database: dbhost=127.0.0.1 user=rrd password=secret - database=rrd + dbname=rrd here the table: CREATE TABLE RRDValue ( @@ -158,7 +158,7 @@ You can find more informations on this libdbi-users mailing list thread : http:/ (this only happens when the libdbi driver is actually used the first time!) This is KNOWN to be the case with RHEL4 and FC4 and FC5! (But actually this is a bug with libdbi make files!) -* at least version 0.8.1 of libdbiexhibits a bug with BINARY fields +* at least version 0.8.1 of libdbi exhibits a bug with BINARY fields (shorttext,text,mediumtext,longtext and possibly also BINARY and BLOB fields), that can result in coredumps of rrdtool. The tool will tell you on stderr if this occures, so that you know what may be the reason. -- 2.47.2