Chinaunix

标题: mysql 5.6不再生成my.cnf了? [打印本页]

作者: fugangyun    时间: 2014-07-04 19:57
标题: mysql 5.6不再生成my.cnf了?
刚装了一个mysql 5.6,发现居然找不到my.cnf.....

只能一个my-default.cnf,里面的配置内容很少,这意味着只能查手机,一条条按需增加了?

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/ ... ation-defaults.html

[mysqld]

# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M

# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin

# These are commonly set, remove the # and set as required.
# basedir = .....
# datadir = .....
# port = .....
# server_id = .....
# socket = .....

# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
作者: 刀尖红叶    时间: 2014-07-05 09:39
没样板没什么大不了吧,一般公司都使用自己的样例my.cnf吧
作者: Kasiotao    时间: 2014-07-14 20:03
如果你是默认安装路径,/usr/share/mysql 里有my-*.cnf的模板,可以根据你数据库的需要考一个到/etc/下再根据自己的具体需要修改




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2