Hi,
I just installed Zoneminder and am having this error (Could not select database: Unknown database 'zm). Knowing nothing about mysql i am hopeing someone can guide me to the right conclusion. I am guessing the database needs to be set up and i am wondering what other first run problems i willl see with ver 1.25. Any help would be appriceated.
Thanks!
Could not select database: Unknown database 'zm
Could not select database: Unknown database 'zm
Fedora 23, ZM 1.28
N4ZPO (ham Radio)

N4ZPO (ham Radio)

Re: Could not select database: Unknown database 'zm
Try in a terminal:
Code: Select all
su
(enter root password)
mysql mysql < /usr/share/zoneminder/db/zm_create.sql
mysqladmin reload
mysql mysql
grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
\q
exit
exit
Re: Could not select database: Unknown database 'zm
Thank you very much, that is just what i needed. Now i am on my way!
Thanks!
Thanks!
Fedora 23, ZM 1.28
N4ZPO (ham Radio)

N4ZPO (ham Radio)
