Search found 2 matches

by fatman_000
Fri Jul 30, 2021 2:03 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Password reset
Replies: 3
Views: 23478

Re: Password reset

iconnor wrote: Thu May 14, 2020 1:57 pm Best bet is to turn off auth, use UI to change admin password, turn auth back on.

So to turn if off use mysql

mysql -u zmuser -p zm
UPDATE Config set Value=0 where Name='ZM_OPT_USE_AUTH';
Thank you @ ICONNOR

Thank you @ ICONNOR
by fatman_000
Fri May 29, 2020 4:01 am
Forum: Docker
Topic: Starting MariaDB database server mysqld ..Fail!
Replies: 4
Views: 23977

Starting MariaDB database server mysqld ..Fail!

Hi All, Long time Zoneminder user but wanting to leverage the awesome work on event notification server and wanted to give this container image a go. Unfortunately I can't get it to work, despite retrying using a copy and paste of the commands off the git page. I've attached full log and below snap ...