[Koha-devel] [Bug 149] Installation fails if the MySQL root password is not set

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sun Dec 8 22:07:06 CET 2002


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=149





------- Additional Comments From a.c.li at ieee.org  2002-12-09 19:06 -------
Mysql's -p option accepts an equal sign. When the equal sign is supplied, Mysql
always assumes that a password is supplied, even if there is nothing after the
equal sign. i.e., -p means read password from the tty, but -p= means using empty
password.

Offering to set a root password would be helpful (to help increase the security
of the site), but we should be able to prevent the installation failure by
changing all the -p\"$::mysqlpass_quoted\" to -p=\"$::mysqlpass_quoted\".



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-devel mailing list