mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update zoneminder
This commit is contained in:
1177
zoneminder/mysql/00-zm_create.sql
Normal file
1177
zoneminder/mysql/00-zm_create.sql
Normal file
File diff suppressed because it is too large
Load Diff
1
zoneminder/mysql/01-zm_user.sql
Normal file
1
zoneminder/mysql/01-zm_user.sql
Normal file
@@ -0,0 +1 @@
|
||||
GRANT ALL ON zm.* TO 'zmuser'@% IDENTIFIED BY 'zmpass';
|
||||
2
zoneminder/mysql/my.cnf
Normal file
2
zoneminder/mysql/my.cnf
Normal file
@@ -0,0 +1,2 @@
|
||||
[mysqld]
|
||||
sql_mode = NO_ENGINE_SUBSTITUTION
|
||||
Reference in New Issue
Block a user