From 69340bf1881b2c1974a1bd126dbf4ea0baab2518 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 12 Dec 2007 11:10:59 -0600 Subject: [PATCH] installer: updated required MySQL user grants --- README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 80395dbec1..0a91ba6f43 100644 --- a/README.txt +++ b/README.txt @@ -40,7 +40,8 @@ and some webserver (preferably Apache) before installing Koha. MySQL 5: Create a database called 'koha,' owned by 'kohaadmin' user, with a password set. Note: kohaadmin must have at least the -following privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP. +following privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, +ALTER, and LOCK TABLES. PostgreSQL 8.2.5: Create a database called 'koha,' owned by 'kohaadmin' user, with a password set. Note: kohaadmin must be a superuser. You -- 2.39.2