[Koha] Change koha password

Abhishek Amberkar [अभिषेक] abhishek.amberkar at gmail.com
Thu Jul 30 16:42:09 NZST 2009


On Wed, Jul 29, 2009 at 7:57 AM, ahtshun83<tony_ykt at yahoo.com> wrote:
>
> Hi,
>
> I installed my Koha on Fedora 9....how do i change the default password for
> intranet page.
>
> default username: kohaadmin
> Password: kohakoha
>
>

Login to MySQL with 'root' user.

# mysql -u root -h localhost -p

enter root's password

mysql> GRANT ALL ON 'dbname'.* TO 'username'@'localhost' IDENTIFIED BY
'password';

mysql> FLUSH PRIVILEGES;

mysql> QUIT

Now  change fields <user> and <pass> in /etc/koha/koha-conf.xml to
match GRANT ALL command values.

( The location of the file might be Debian specific )

-- 
With Regards
Abhishek Amberkar

RDG Library Services
Mumbai, India
http://www.rdg.co.in/
http://www.kohaindia.org/


More information about the Koha mailing list