https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23141
--- Comment #5 from M. Tompsett <[email protected]> --- Comment on attachment 90689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90689 Bug 23141: Add mysql portnumber support when populating db Review of attachment 90689: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23141&attachment=90689) ----------------------------------------------------------------- ::: debian/scripts/koha-create @@ +118,4 @@ > } > > getmysqlhost() { > + if [ ! -f /etc/mysql/koha-common.cnf ] No. Because koha-common.cnf was (at least last time I checked) a soft link to debian.cnf -- which triggers noise when accessing a broken link. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
