Technology Solutions

Full Version Softwares Free Download Software Free Download Keys for Software

Sunday, March 31, 2019

How to change kohaadmin password in koha

  technology solutions       Sunday, March 31, 2019

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 

Download Cloud-Server

Download Direct-Server

logoblog

Thanks for reading How to change kohaadmin password in koha

Previous
« Prev Post

No comments: