Q. Problem to set new password for koha
Knowgate, modificado 6 Meses atrás.
Youngling
Postagens: 13
Data de Entrada: 30/07/14
Postagens Recentes
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;