From d3dc1ad99cf3665f739f18cc7d95c1691434a86b Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Tue, 25 Dec 2007 01:26:03 -0600 Subject: [PATCH] Updating README.debian Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- README.debian | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.debian b/README.debian index b79eac5f3c..f6a6aebcb0 100644 --- a/README.debian +++ b/README.debian @@ -64,6 +64,9 @@ Note: for more information about Git, please see the Koha Git Usage Guide: 1.4 Install additional Debian dependencies +IMPORTANT: You should only use CPAN for Perl dependencies which are NOT available from the package maintainer. + You have been warned! + Using the debian.packages file included in the Koha source tree, run the following: @@ -127,7 +130,7 @@ When the configuration is completed CPAN will install the Perl modules. mysql> create database ; Query OK, 1 row affected (0.00 sec) - mysql> grant all on .* to identified by ''; + mysql> grant all on .* to ''@'localhost' identified by ''; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; -- 2.39.5