getmysqlhost() function not fetching / setting the hostname in koha-conf.xml
Hi devs, A followup to my earlier post https://lists.koha-community.org/pipermail/koha-devel/2020-November/046112.h... I found that the function getmysqlhost() in the koha-create bash script wasn't able to set the hostname in the koha-conf.xml. My /etc/mysql/debian.cnf contains - # Automatically generated for Debian scripts. DO NOT TOUCH! And /etc/mysql/koha-common.cnf is symlinked to /etc/mysql/koha-common.cnf I have MariaDB 10.5 installed from MariaDB repo on Debian 10. Am i missing something or is it a bug? -- Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
I don’t think I run any vanilla Koha installs on Debian/Ubuntu, but what do you have for “host” in /etc/mysql/koha-common.cnf? All my instances have an external DB there. (I think I’ve had to modify the Debian koha-* scripts to play nicely with an external database…) David Cook Software Engineer Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Koha-devel <koha-devel-bounces@lists.koha-community.org> On Behalf Of Indranil Das Gupta Sent: Tuesday, 17 November 2020 10:57 PM To: Koha-devel <koha-devel@lists.koha-community.org> Subject: [Koha-devel] getmysqlhost() function not fetching / setting the hostname in koha-conf.xml Hi devs, A followup to my earlier post https://lists.koha-community.org/pipermail/koha-devel/2020-November/046112.h... I found that the function getmysqlhost() in the koha-create bash script wasn't able to set the hostname in the koha-conf.xml. My /etc/mysql/debian.cnf contains - # Automatically generated for Debian scripts. DO NOT TOUCH! And /etc/mysql/koha-common.cnf is symlinked to /etc/mysql/koha-common.cnf I have MariaDB 10.5 installed from MariaDB repo on Debian 10. Am i missing something or is it a bug? -- Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net <http://irc.freenode.net> Twitter : indradg
participants (2)
-
dcook@prosentient.com.au -
Indranil Das Gupta