mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
List of vulnerabilities is documented on: http://vuxml.freebsd.org/freebsd/8c2b2f11-0ebe-11e6-b55e-b499baebfeaf.html CVE IDs see below. PR: 206998 Submitted by: mokhi64@gmail.com (maintainer) Reviewed by: rootservice@gmail.com Approved by: mokhi64@gmail.com (maintainer) MFH: 2016Q2 Security: CVE-2016-0705 CVE-2016-0639 CVE-2015-3194 CVE-2016-0640 CVE-2016-0641 CVE-2016-3461 CVE-2016-2047 CVE-2016-0642 CVE-2016-0643 CVE-2016-0644 CVE-2016-0646 CVE-2016-0647 CVE-2016-0648 CVE-2016-0649 CVE-2016-0650 CVE-2016-0652 CVE-2016-0653 CVE-2016-0654 CVE-2016-0655 CVE-2016-0656 CVE-2016-0657 CVE-2016-0658 CVE-2016-0651 CVE-2016-0659 CVE-2016-0661 CVE-2016-0662 CVE-2016-0663 CVE-2016-0665 CVE-2016-0666 CVE-2016-0667 CVE-2016-0668
64 lines
2.1 KiB
Text
64 lines
2.1 KiB
Text
# $FreeBSD$
|
|
|
|
[client]
|
|
port = 3306
|
|
socket = /tmp/mysql.sock
|
|
|
|
[mysql]
|
|
prompt = \u@\h [\d]>\_
|
|
no_auto_rehash
|
|
|
|
[mysqld]
|
|
user = mysql
|
|
port = 3306
|
|
socket = /tmp/mysql.sock
|
|
bind-address = 127.0.0.1
|
|
basedir = %%PREFIX%%
|
|
datadir = %%MY_DBDIR%%
|
|
tmpdir = %%MY_TMPDIR%%
|
|
slave-load-tmpdir = %%MY_TMPDIR%%
|
|
secure-file-priv = %%MY_SECDIR%%
|
|
log-bin = mysql-bin
|
|
log-output = TABLE
|
|
master-info-repository = TABLE
|
|
relay-log-info-repository = TABLE
|
|
relay-log-recovery = 1
|
|
slow-query-log = 1
|
|
server-id = 1
|
|
sync_binlog = 1
|
|
sync_relay_log = 1
|
|
binlog_cache_size = 16M
|
|
expire_logs_days = 30
|
|
default_password_lifetime = 0
|
|
enforce-gtid-consistency = 1
|
|
gtid-mode = ON
|
|
safe-user-create = 1
|
|
lower_case_table_names = 1
|
|
explicit-defaults-for-timestamp = 1
|
|
myisam-recover-options = BACKUP,FORCE
|
|
open_files_limit = 32768
|
|
table_open_cache = 16384
|
|
table_definition_cache = 8192
|
|
net_retry_count = 16384
|
|
key_buffer_size = 256M
|
|
max_allowed_packet = 64M
|
|
query_cache_type = 0
|
|
query_cache_size = 0
|
|
long_query_time = 0.5
|
|
innodb_buffer_pool_size = 1G
|
|
innodb_data_home_dir = %%MY_DBDIR%%
|
|
innodb_log_group_home_dir = %%MY_DBDIR%%
|
|
innodb_data_file_path = ibdata1:128M:autoextend
|
|
innodb_temp_data_file_path = ibtmp1:128M:autoextend
|
|
innodb_flush_method = O_DIRECT
|
|
innodb_log_file_size = 256M
|
|
innodb_log_buffer_size = 16M
|
|
innodb_write_io_threads = 8
|
|
innodb_read_io_threads = 8
|
|
innodb_autoinc_lock_mode = 2
|
|
skip-symbolic-links
|
|
|
|
[mysqldump]
|
|
max_allowed_packet = 256M
|
|
quote_names
|
|
quick
|