Search found 2 matches

by ice_neo2k
Fri Feb 24, 2006 11:37 pm
Forum: ZoneMinder Previous Versions
Topic: Populating the Database
Replies: 4
Views: 11076

Have you done the following? (from the Zoneminder docs) --------- mysql mysql < db/zm_create.sql mysql mysql grant select,insert,update,delete on <database name>.* to '<database user>'@localhost identified by '<database password>'; quit mysqladmin reload --------- Oh no.. I created the database ...
by ice_neo2k
Fri Feb 24, 2006 8:32 pm
Forum: ZoneMinder Previous Versions
Topic: Populating the Database
Replies: 4
Views: 11076

Populating the Database

I'm so excited about this software, been beevering away at it all day but i've hit a rock atm. I believe I've installed everything correctly. But the databsae is not populated with any data. When I try to start zm (from the scripts directory "./zm start") I get: Output of ./zm start Starting ...