Removed default-file parameter that is deprecated

This commit is contained in:
criadoperez 2021-09-29 14:14:25 +02:00
parent 8554ccd649
commit 9f683c0c91
No known key found for this signature in database
GPG Key ID: 766DF93C61C31C03
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ Run the following commands.
::
cat /usr/share/zoneminder/db/zm_create.sql | sudo mysql --defaults-file=/etc/mysql/debian.cnf
echo 'grant lock tables,alter,create,select,insert,update,delete,index on zm.* to 'zmuser'@localhost identified by "zmpass";' | sudo mysql --defaults-file=/etc/mysql/debian.cnf mysql
cat /usr/share/zoneminder/db/zm_create.sql | sudo mariadb
echo 'grant lock tables,alter,create,select,insert,update,delete,index on zm.* to 'zmuser'@localhost identified by "zmpass";' | sudo mariadb
**Step 4:** Setup permissions for zm.conf