https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39591
--- Comment #1 from [email protected] --- More Details: If the DB and user does not yet exist, the script would need root privileges to create DB. Remote root eccess is not secure and I think its disabled by default in Debian. When trying to obtain a DB configuration file koha-create --request-db dhmd User dhmd-koha already exists. Not sure what this means, I cant delete this user because it's already used by processes. When trying to populate a DB koha-create --populate-db dhmd Koha instance is empty, no staff user created. When trying to use a given DB koha-create --use-db dhmd --use-db must have a database name. It can be specified in a readable password file (/etc/koha/passwd). Using --passwdfile overrides the default /usr/koha/passwd file. Each line of a passwd file should be in the format of: instance:username:password:dbname:dbhost A database name can also be specified using '--database dbname'. Then there are no options to encrypt the connection. So, the only solutions seems to be installing MariaDB locally, running Koha-create and then copy a dump to the remote DB server. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
