koha changing admin password
when i try to tell mysql data base new koha admin password it got this Error mysql mysql -e 'update user set password=PASSWORD("xxxxx") where user="root"' ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) and when i stopped the data base i got another error
Hi! I think you need to add the -p option to tell mysql to prompt you for a password. Best regards, Magnus Enger libriotech.no 2011/10/4 alaa Badri <elbadri_father@hotmail.com>:
when i try to tell mysql data base new koha admin password it got this Error
mysql mysql -e 'update user set password=PASSWORD("xxxxx") where user="root"'
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
and when i stopped the data base i got another error
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
alaa Badri -
Magnus Enger