Skip to content

Commit

Permalink
Fixed SQL Syntax Error
Browse files Browse the repository at this point in the history
SQL Syntax Error when loading the schema from 01-zm_user.sql.
  • Loading branch information
Matthew Davis committed Sep 22, 2017
1 parent f90160b commit b1acc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoneminder/mysql/01-zm_user.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GRANT ALL ON zm.* TO 'zmuser'@% IDENTIFIED BY 'zmpass';
GRANT ALL PRIVILEGES ON zm.* TO 'zmuser'@'%' IDENTIFIED BY 'zmpass';

0 comments on commit b1acc89

Please sign in to comment.