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

Previous development branch now released as 1.36
Locked
jimp180
Posts: 4
Joined: Sun Mar 07, 2021 10:00 am

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

Post 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.
User avatar
bkjaya1952
Posts: 282
Joined: Sat Aug 25, 2018 3:24 pm
Location: Sri Lanka

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

Post 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/
Locked