[koha] installing with script installer.pl

Gerard Henry henry at cmi.univ-mrs.fr
Sat Jun 5 18:21:04 NZST 2004


identifying what's wrong with script execution on my machine:

hobbit-root% mysql -u root mysql -e "insert into user (Host,User,Password) values ('localhost','kohaadmin','xxxx')"

this command fails, but:

mysql> use mysql
Database changed
mysql> insert into user (Host,User,Password)
    -> values ('localhost','kohaadmin',password('xxxx'));
Query OK, 1 row affected (0.01 sec)

this command is ok

-- 
Gerard HENRY



More information about the Koha mailing list