8 Dec
2002
8 Dec
'02
11:07 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=149 ------- Additional Comments From a.c.li@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.