30 Jul
2009
30 Jul
'09
6:42 a.m.
On Wed, Jul 29, 2009 at 7:57 AM, ahtshun83<tony_ykt@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/