Search found 5 matches
- Fri Jan 16, 2009 11:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing 1.23.3
- Replies: 9
- Views: 5968
I can't remember for sure but I think you can find out from one of the tables in mysql database what privileges the zmuser has. However, it is much easier to run the commands shown in the ZoneMinder installation guide which will grant the right privileges. Checkout here: http://www.zoneminder.com ...
- Fri Jan 16, 2009 1:11 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing 1.23.3
- Replies: 9
- Views: 5968
Hello, The first part is normal - by default most MySQL installations allow root access with blank password (which in a production environment can be a security risk if left like that, but is useful to get things started). The second part - all commands in the mysql console need to end in semicolon ...
- Fri Jan 16, 2009 2:25 am
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing 1.23.3
- Replies: 9
- Views: 5968
- Thu Nov 27, 2008 12:11 am
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing 1.23.3
- Replies: 9
- Views: 5968
I am adding my own reply, It turned out that the whole thing was related to php not running properly (or at all) and an improperly configured zmuser user in MySQL (during some initializing commands, I ended up with zmuser@localhost and zmuser@% with different passwords). It seems to be starting ok ...
- Wed Nov 26, 2008 11:06 pm
- Forum: ZoneMinder Previous Versions
- Topic: Problems installing 1.23.3
- Replies: 9
- Views: 5968
Problems installing 1.23.3
I've installed 1.23.3 on a Slackware 12.1 --current box. Kernel is 2.6.27.7, Perl is 5.10, MySQL 5.0.67, Apache is 2.2.10. Installation is from source. I've managed to configure it, after installing a whole bunch of Perl modules from CPAN until the 'configure' script stopped complaining. I've also ...