Page 1 of 1
Zoneminder and a remote database
Posted: Mon Nov 10, 2003 4:32 pm
by johnpaul76
Is it possible to use zone minder with a remote MySQL database?
I have a database setup on a different machine with a lot more space than the computer that is going to be running zone minder.
Thanks.
P.S. Sorry for the blank post.
Re: Zoneminder and a remote database
Posted: Mon Nov 10, 2003 5:49 pm
by tech_fixer
John,
You sure can install ZM to run with a remote database, just make sure you specify the hostname of the remote machine when you run the configuration script.
But, if space is your concern then you should worry more about where you're going to store the images and videos generated by the system. Those are not stored in the database, but in the web server's directories. That's what you got to watch out for.
The databse only stores event metadata such as the path to the image files and the amount of images and frames, alarm scores, that kind of stuff.
Regards,
Jose Rodriguez
Re: Zoneminder and a remote database
Posted: Mon Nov 10, 2003 6:30 pm
by johnpaul76
The server that has the database is also a webserver, can I have zoneminder store its files there? (Sorry, I am somewhat new)
:)
Re: Zoneminder and a remote database
Posted: Tue Nov 11, 2003 1:55 pm
by zoneminder
Hi John,
I think the only way you can get it to store files remotely is by network mounting a drive from the local machine via NFS, samba etc. This should work ok if the network is fast enough but is bound to be slower than if held locally.
Phil,
Re: Zoneminder and a remote database
Posted: Tue Nov 11, 2003 2:03 pm
by johnpaul76
ok, thanks.