Can different zoneminder instances write to the same database? Say if I have two or more computers capturing from cameras and they all set up to store to the same mysql server.
Thanks in advance,
alau
multi Zoneminders with one database
- winblowzxp
- Posts: 14
- Joined: Fri Dec 23, 2005 9:15 pm
- Location: Republic of Texas, USA
No it's not that simple.winblowzxp wrote:just use a prefix for your table and tell the php stuff to go there for database transactions. Use something like t1_zm and t2_zm.
You can use the same database server and create a database for each instance, otherwise you will need to change code in the zm binaries and the php code to suit your needs.