Page 1 of 1

Problems with ZoneMinder-Master on UBUNTU 20.04 LTS ( Focal Fossa)

Posted: Sun Mar 07, 2021 10:17 am
by jimp180
I have just followed the "How to Install ZoneMinder-Master ,v 1.35.4 on UBUNTU 20.04 LTS ( Focal Fossa)" but can't access the web console. all I get is a message that reads =
User Authentication is not turned on. You cannot log in.

Re: Problems with ZoneMinder-Master on UBUNTU 20.04 LTS ( Focal Fossa)

Posted: Mon Mar 08, 2021 7:03 am
by bkjaya1952
Please drop mysql data base and reconfigure mysql as follows

mysql -e "drop database zm;"

mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql

mysql -e "ALTER USER 'zmuser'@localhost IDENTIFIED BY 'zmpass';"

mysql -e "GRANT ALL PRIVILEGES ON zm.* TO 'zmuser'@'localhost' WITH GRANT OPTION;"

mysql -e "FLUSH PRIVILEGES ;"

Reference :- https://bkjaya.wordpress.com/2020/11/16 ... cal-fossa/