connortechnology / ZoneMinder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
9 stars 9 forks source link

Fix error when creating DB with zm_create.sql #37

Closed dghodgson closed 6 years ago

dghodgson commented 6 years ago

On Ubuntu 16.04, the following command: mysql -uroot -p < /usr/share/zoneminder/db/zm_create.sql

Throws the following error: ERROR 1136 (21S01) at line 603: Column count doesn't match value count at row 1

This is due to a missing column when inserting into the Storage table on line 603