From 2ac63aecde4b852165b3db9f12612b8ba02ed172 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 31 Oct 2017 02:28:58 +0000 Subject: [PATCH] Bug 19547: Deal with --create-db missing debian.cnf issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Followed test plan. Patch functions as described and both commands execute. Signed-off-by: Dilan Johnpullé Signed-off-by: Marcel de Rooy --- debian/scripts/koha-create | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 1312ee3..cdfa63d 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -706,7 +706,13 @@ then # Set up MySQL database for this instance. if [ "$op" = create ] then - mysql --defaults-extra-file=/etc/mysql/koha-common.cnf <