This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ mysql_hardening_skip_grant_tables: false
17
17
# @see http://www.symantec.com/connect/articles/securing-mysql-step-step
18
18
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_chroot
19
19
mysql_hardening_chroot : " "
20
-
20
+
21
21
mysql_hardening_options :
22
22
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_safe-user-create
23
23
safe-user-create : 1
24
-
24
+
25
25
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-secure-auth
26
26
secure-auth : 1
27
-
27
+
28
28
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-symbolic-links
29
29
skip-symbolic-links : 1
30
-
30
+
31
31
# @see http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar-local-infile
32
32
local-infile : 0
33
-
33
+
34
34
# @see https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-allow-suspicious-udfs
35
35
allow-suspicious-udfs : 0
36
-
36
+
37
37
# @see https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar-automatic-sp-privileges
38
38
automatic-sp-privileges : 0
39
-
39
+
40
40
# @see https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-secure-file-priv
41
41
secure-file-priv : ' /tmp'
You can’t perform that action at this time.
0 commit comments