|
26 | 26 | default['mysql']['security']['chroot'] = nil
|
27 | 27 |
|
28 | 28 | # @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_safe-user-create
|
29 |
| -default['mysql']['security']['safe_user_create'] = 1 |
| 29 | +default['mysql']['security']['safe-user-create'] = 1 |
30 | 30 |
|
31 | 31 | # @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_secure-auth
|
32 |
| -default['mysql']['security']['secure_auth'] = 1 |
| 32 | +default['mysql']['security']['secure-auth'] = 1 |
33 | 33 |
|
34 | 34 | # @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_symbolic-links
|
35 |
| -default['mysql']['security']['skip_symbolic_links'] = 1 |
36 |
| - |
37 |
| -# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_secure-file-priv |
38 |
| -default['mysql']['security']['secure_file_priv'] = nil |
| 35 | +default['mysql']['security']['skip-symbolic-links'] = 1 |
39 | 36 |
|
40 | 37 | # @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_skip-show-database
|
41 |
| -default['mysql']['security']['skip_show_database'] = 1 |
| 38 | +default['mysql']['security']['skip-show-database'] = true |
42 | 39 |
|
43 | 40 | # @see http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_local_infile
|
44 |
| -default['mysql']['security']['local_infile'] = 0 |
| 41 | +default['mysql']['security']['local-infile'] = 0 |
45 | 42 |
|
46 | 43 | # @see https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_allow-suspicious-udfs
|
47 | 44 | default['mysql']['security']['allow-suspicious-udfs'] = 0
|
48 | 45 |
|
49 | 46 | # @see https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_automatic_sp_privileges
|
50 |
| -default['mysql']['security']['automatic_sp_privileges'] = 0 |
| 47 | +default['mysql']['security']['automatic-sp-privileges'] = 0 |
51 | 48 |
|
52 | 49 | # @see https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_secure-file-priv
|
53 | 50 | default['mysql']['security']['secure-file-priv'] = '/tmp'
|
0 commit comments