For more software and free softwares
1. change the password in the /etc/koha/koha-conf.xml replace "katikoan" with your "new password" 2. invoke the following mysql command, changing "kohaadmin" to the username in the above file (if different) and changing XXXXXX to the new password: mysql mysql -e 'update user set password=PASSWORD("new password") where user="kohaadmin"' This tells mysql to change the password for username kohaadmin in the grant tables. 3. Tell mysql to reload the grant tables: mysqladmin reload 4. Restart Apache so it picks up the changes in /etc/koha/koha-conf.xml. On my system I restart apache as follows: sudo /etc/init.d/apache2 restart
Have a good day...............Please share this if you like
No comments:
Post a Comment