Search Portage:
Email:
Password:
Remember Me:
Login
Register
Language Tools
Newest
News
GLSAs
Search
Browse
USE Flags
More...
www-misc/zoneminder
ZoneMinder allows you to capture, analyse, record and monitor any cameras attached to your system.
Screenshots
http://www.zoneminder.com/
zoneminder-1.23.3
~amd64 ~x86
debug ffmpeg X10
View
Download
License:
GPL-2
Comments
ChangeLog
USE Flags
Dependencies
Reverse Deps
Related Bugs
post install instructions say to run:
> grant select,insert,update,delete on zoneminder.* to '<username>'@localhost identified by '<password>';
However, the database that gets create running 'mysql < zm_create.sql' is called 'zm'. So, the post install instructions should read:
> grant select,insert,update,delete on zm.* to '<username>'@localhost identified by '<password>';
- 06/04/2006 23:37 GMT
Leave a comment:
Please
login
to leave a comment
> grant select,insert,update,delete on zoneminder.* to '<username>'@localhost identified by '<password>';
However, the database that gets create running 'mysql < zm_create.sql' is called 'zm'. So, the post install instructions should read:
> grant select,insert,update,delete on zm.* to '<username>'@localhost identified by '<password>';