Update README.CentOS

minor text formatting changes
pull/206/head
Andy Bauer 2013-10-07 15:51:35 -05:00
parent 8b4db0358e
commit 0cbb818d63
1 changed files with 5 additions and 5 deletions

View File

@ -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>