לוחות מודעות לוחות מודעות

Frequently Asked Questions in KOHA

Q. Problem to set new password for koha

אשכולות [ קודם | הבא ]
Q. Problem to set new password for koha
תשובה
15:56 28/07/15
SOLUTION:
  • Go to terminal
          Type the following commands:
              # mysql -u root -p
              # enter your mysql password
              # use koha
              # update mysql.user set password=PASSWORD('abc') where user='kohaadmin';
              # flush privileges;
              # commit;