parent
8b4db0358e
commit
0cbb818d63
|
@ -57,17 +57,17 @@
|
||||||
grant alter on zm.* to
|
grant alter on zm.* to
|
||||||
'zmuser'@localhost identified by 'zmpass';
|
'zmuser'@localhost identified by 'zmpass';
|
||||||
|
|
||||||
Since this is an upgrade, the assumption is that the zmuser account already has
|
Since this is an upgrade, the assumption is that the zmuser account already
|
||||||
select, insert, update, and delete permission.
|
has select, insert, update, and delete permission.
|
||||||
|
|
||||||
2. You will need to upgrade the ZoneMinder database as described in the
|
2. You will need to upgrade the ZoneMinder database as described in the manual.
|
||||||
manual. Only if the previous step was succesful, may you run zmupdate like so:
|
Only if the previous step was succesful, may you run zmupdate like so:
|
||||||
|
|
||||||
sudo zmupdate.pl --version=<from version>
|
sudo zmupdate.pl --version=<from version>
|
||||||
|
|
||||||
|
|
||||||
If unsure then run it this way:
|
If unsure then run it this way:
|
||||||
|
|
||||||
sudo zmupdate.pl --user=root --pass=<mysql_root_pwd> --version=<from version>
|
sudo zmupdate.pl --user=root --pass=<mysql_root_pwd> --version=<from version>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue