| ssl_cert | server-cert.pem | | ssl_cipher | | | ssl_crl | | | ssl_crlpath | | | ssl_fips_mode | OFF | | ssl_key | server-key.pem | | ssl_session_cache_mode | ON | | ssl_session_cache_timeout | 300 | +---------
ssl_session_cache_timeoutSsl_session_cache_timeout Note When the value of thessl_session_cache_modeserver variable isON, which is the default mode, the value of theSsl_session_cache_modestatus variable isSERVER. SSL session cache variables apply to both themysql_mainandmysql_adminTLS channels....
ssl-key=/data/mysqlcert/ca/server-key.pem ssl_session_cache_mode=ON ssl_session_cache_timeout=600 1. 2. 3. 4. 5. 6. 7. 重用SSL 会话, 可以已降低因认证造成的开销,要求运行时缓存中具有会话未超时。 ssl_session_cache_mode = ON 默认300秒调整到600秒,如果没有大量用户连接断开,可以再增加...
Server TLS Cache: server_ssl_session_cache_mode: Enables or disables the cache for router-server sessions. Note Enabled by default. If this parameter is not set, the cache is enabled. To disable the cache, you must explicitly define it. ...
| Ssl_accepts | 0 | | Ssl_callback_cache_hits | 0 | | Ssl_cipher | | | Ssl_cipher_list | | | Ssl_client_connects | 0 | | Ssl_connect_renegotiates | 0 | | Ssl_ctx_verify_depth | 0 | | Ssl_ctx_verify_mode | 0 | ...
ssl_fips_mode:是否在服务器端启用FIPS模式。在MySQL 8.0.11中添加。 syseventlog.facility:用于syslog消息的工具。在MySQL 8.0.13中添加。 syseventlog.include_pid:是否在系统日志消息中包括服务器PID。在MySQL 8.0.13中添加。 syseventlog.tag:syslog消息中服务器标识符的标记。在MySQL 8.0.13中添加。 table_...
ssl_fips_mode参数在8.0.11版本中引入,是可动态设置的global枚举类型参数。默认值OFF,可以设置为OFF (0) 、ON (1)、STRICT (2)。 show_create_table_verbosity 参数在8.0.11版本引入,是可以动态设置的全局和session级布尔型参数,默认值为OFF。设置为OFF并且表行格式为默认值时,执行show create table显示的建表...
Ssl_finished_connects: 0 Ssl_server_not_after: Ssl_server_not_before: Ssl_session_cache_hits: 0 Ssl_session_cache_misses: 0 Ssl_session_cache_mode: NONE Ssl_session_cache_overflows: 0 Ssl_session_cache_size: 0 Ssl_session_cache_timeouts: 0 ...
table_cache = 614 #表描述符缓存大小,可减少文件打开/关闭次数 table_open_cache = 2048 #设置在网络传输中一次消息传输量的最大值。系统默认值 为1MB,最大值是1GB,必须设置1024的倍数。 #当与大的BLOB字段一起工作时相当必要 max_allowed_packet = 64M ...
'Ssl_client_connects', '0' 'Ssl_connect_renegotiates', '0' 'Ssl_ctx_verify_depth', '0' 'Ssl_ctx_verify_mode', '0' 'Ssl_default_timeout', '500' 'Ssl_finished_accepts', '0' 'Ssl_finished_connects', '0' 'Ssl_session_cache_hits', '0' ...