koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-devel] [Bug 149] Installation fails if the MySQL root password is not set
Date: Sun Dec 8 22:07:06 2002

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





------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]