5 Jun
2004
5 Jun
'04
8:21 a.m.
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