Hi, On Mon, Jun 30, 2014 at 7:32 AM, Phillip Ponchot <[email protected]> wrote: > The Koha installation on my new server named the database koha_koha. > > I would like to change the database name to koha which I can do easily in > mysql but I want to know what I would have to do in the koha program to > recognize the new database?
The database settings - dbname, host, userid and password are handled out of your Koha instance's koha-conf.xml. Look out for <db_scheme> in the file. You need to update the relevant settings there. hope this helps, -- Indranil Das Gupta Phone : +91-98300-20971 Blog : http://indradg.randomink.org/blog IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

