跳转到主内容
Home
About KNOWGATE
Nodal Officers
Task Force Members
Project Team
CSIR Union Catalogue
OPACs
CSIR Virtual Union Catalogue
CSIR Virtual Union Catalogue
CSIR Private Cloud
CSIRTrend
Open COIR in Full Page
Technical Documents
Forums
Photo Gallery
展开
登录
此站点没有渠道。
类别
最近的帖子
统计
主页
Frequently Asked Questions in KOHA
Q. Problem to set new password for koha
Q. Problem to set new password for koha
RSS
(打开新窗口)
(打开新窗口)
Knowgate,修改在6 个月前。
Q. Problem to set new password for koha
Youngling
帖子:
13
加入日期:
14/7/30
最近的帖子
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;
隐藏的