Bug 6482 - allow the mysql details to be changed during koha-create
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 8 Jun 2011 03:10:09 +0000 (15:10 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Aug 2011 09:08:36 +0000 (21:08 +1200)
commit85e37cb4b5879b174759e955d37e1bfe832bc646
treedc3afb9656bbe6abde7323265f64c8a34f5f5e8b
parent714c8b924ede922971086597e382364bf4d79312
Bug 6482 - allow the mysql details to be changed during koha-create

This allows the database details (username and database name in
particular) to be modified in between a koha-create --request-db and
--populate-db. Most useful when you discover that the username is too
long or something. Now, when populating the database, the connection
information is reloaded from the koha-conf.xml rather than being
generated from the instance name.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
debian/scripts/koha-create