码迷,mamicode.com
首页 > 数据库 > 详细

mysql常用参数

时间:2019-01-28 23:03:47      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:mysql   hotcopy   date   join   star   client   _id   syn   extern   

[client]
port=5725

[mysql]
default-character-set=utf8

[mysqld]
# 设置5725端口
port=5725
# 设置mysql的安装目录
basedir=D:\\mysql725\\mysql-5.7.25-winx64
# 设置mysql数据库的数据的存放目录
datadir=D:\\mysql725\\mysql-5.7.25-winx64\\data
#影响mysql运行的重要参数
sql_mode =‘NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION‘
server_id=725
character-set-server=utf8
default-storage-engine=INNODB
local-infile=0
skip-external-locking

relay_log=mysql-relay-bin

log-bin=mysql-bin
binlog_format=row
binlog_row_image=full

relay_log_recovery=ON
relay_log_info_repository = TABLE
master_info_repository    = TABLE

log_slave_updates = ON
skip-slave-start=1
slave_preserve_commit_order=ON

sync_binlog=1

slave_parallel-type=LOGICAL_CLOCK
slave_parallel_workers=4

binlog_group_commit_sync_delay=10000
binlog_group_commit_sync_no_delay_count=20

innodb_strict_mode=0
default_authentication_plugin=mysql_native_password

max_connections=3000
key_buffer_size=512M
sort_buffer_size=1M
read_buffer_size=4M
join_buffer_size=8M
read_rnd_buffer_size=8M
max_allowed_packet=64M
table_open_cache=1024
tmp_table_size=256M
max_heap_table_size=256M

myisam_max_sort_file_size=64G
myisam_sort_buffer_size=128M
myisam_repair_threads=1

innodb_buffer_pool_size=512M
innodb_log_file_size=128M
innodb_log_buffer_size=16M
innodb_file_per_table=1
innodb_flush_log_at_trx_commit=1
innodb_lock_wait_timeout=50

event_scheduler=1
max_binlog_size=100M
init-file=D:/init.sql

log_bin_trust_function_creators = 1

[mysqldump]
quick
max_allowed_packet=16M

[mysql]
no-auto-rehash

[myisamchk]
key_buffer_size=80M
sort_buffer_size=80M
read_buffer=8M
write_buffer=8M

[mysqlhotcopy]
interactive-timeout

mysql常用参数

标签:mysql   hotcopy   date   join   star   client   _id   syn   extern   

原文地址:https://www.cnblogs.com/l-h-h/p/10332093.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!