ERROR 1050 (42S01) at line 265: Table ‘Logs’ already exists ZoneMinder (1.25)
by Igloo on Jul 6th in Linux, Linux How To's:
Whilst installing ZoneMinder 1.25 on my new Debian Wheezy installation, I came accross the above issue. There is a line missing from zm_create.sql that is packed with this version. If you search /usr/share/zoneminder/db/zm_create.sql (On Debian Wheezy, Your location may differ) for line: CREATE TABLE `Logs` ( Simply add a line above this which reads: DROP [...]
