Q. Problem to set new password for koha
Knowgate, modificado hace 6 meses.
Youngling
Mensajes: 13
Fecha de incorporación: 30/7/14
Mensajes recientes
SOLUTION:
# mysql -u root -p
# enter your mysql password
# use koha
# update mysql.user set password=PASSWORD('abc') where user='kohaadmin';
# flush privileges;
# commit;
- Go to terminal
# mysql -u root -p
# enter your mysql password
# use koha
# update mysql.user set password=PASSWORD('abc') where user='kohaadmin';
# flush privileges;
# commit;