mysql配置文件my.ini my.cnf实例

#mariadb 10.1,注意windows和linux平台上的区别,使用##标出

[client]

# password    = your_password

port        = 3306


## socket = "/tmp/mysql.sock"

# The MariaDB server
[mysqld]

port        = 3306

#指定基目录,其他目录都相对基目录

## basedir = "/var/lib/mysql"
## datadir = "data"
# 不指定tmp,使用系统默认值
# tmpdir = "/tmp"
# pid_file = "mysql.pid"
# log_error = "error.log"
## socket = "/tmp/mysql.sock"
default-storage-engine=InnoDB

# 字符集
character-set-server=utf8
skip-character-set-client-handshake

skip-external-locking
# max_connections = 20
# server-id    = 1

key_buffer_size = 16M
max_allowed_packet = 1M
table_open_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M

# log-bin=mysql-bin
# binlog_format=mixed

# Uncomment the following if you are using InnoDB tables

#如果不指定以下目录,那么就会使用datadir

# innodb_data_home_dir = "/var/lib/mysql"
innodb_data_file_path = ibdata1:10M:autoextend
# innodb_log_group_home_dir = "/var/lib/mysql"

# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 256M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[myisamchk]
key_buffer_size = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值