]> git.koha-community.org Git - koha.git/commit
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 Nighswonger <chris.nighswonger@gmail.com>
Thu, 18 Aug 2011 10:52:29 +0000 (06:52 -0400)
commite2b72a12ac5387dae3e95cae150658a068f59a45
treeb9b3888b667dfd8997984c885c933c3d16269c6a
parent539b2be08cadb14f07e10e339be71b92ac96aece
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>
(cherry picked from commit 85e37cb4b5879b174759e955d37e1bfe832bc646)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
debian/scripts/koha-create