After a few hiccups, I successfully made a clean fresh install of Zoneminder 1.26.3 on Ubuntu Server 12.04LTS (32 bit).
The biggest hiccup I had was trying to load initial SQL table into mysql 'zm' database.
Tried:
mysql -u root -p zm < db/zm_create.sql
It didn't work!
Succeeded with:
mysql -u root -p zm < /tmp/ZoneMinder-1.26.3/db/zm_create.sql
I am a bit of a newbie, did I miss a step or miss a trick?
Solved. I had downloaded zoneminder to /temp directory
1.26.3 installation mysql query - Solved
1.26.3 installation mysql query - Solved
Last edited by codabiz on Sun Sep 22, 2013 3:13 pm, edited 1 time in total.
Re: 1.26.3 installation mysql query
Probably the script you want to load to update the database is part of the Zoneminder build
You can find it in the folder
/usr/local/bin
Otherwise type locate zmupdate.pl
Code: Select all
zmupdate.pl --user=root --pass=MYSQLROOTPASSWORD
/usr/local/bin
Otherwise type locate zmupdate.pl
Enjoyment Matters