Lines 566-572
then
Link Here
|
566 |
--use-db must have a database name. It can be specified in a readable |
566 |
--use-db must have a database name. It can be specified in a readable |
567 |
password file ($PASSWDFILE). Using --passwdfile overrides the default |
567 |
password file ($PASSWDFILE). Using --passwdfile overrides the default |
568 |
/usr/koha/passwd file. Each line of a passwd file should be in the format of: |
568 |
/usr/koha/passwd file. Each line of a passwd file should be in the format of: |
569 |
instance:username:password:dbname |
569 |
instance:username:password:dbname:dbhost |
570 |
A database name can also be specified using '--database dbname'. |
570 |
A database name can also be specified using '--database dbname'. |
571 |
NO_DB |
571 |
NO_DB |
572 |
die; |
572 |
die; |
573 |
- |
|
|