首页 新闻 会员 周边

mysql-5.6 log_bin OFF 启动不了是什么原因

0
悬赏园豆:5 [已关闭问题] 关闭于 2015-07-09 15:25

mysql-5.6 log_bin OFF 启动不了是什么原因

log_bin=D:\mysql-5.6.25-winx64\log或log_bin都不行

 

my-default.ini配置文件如下

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.

[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 =D:\mysql-5.6.25-winx64
# datadir =D:\mysql-5.6.25-winx64\data
# port = .....
# server_id = .....

 


# 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

我呢个去的主页 我呢个去 | 菜鸟二级 | 园豆:207
提问于:2015-07-09 15:07
< >
分享
所有回答(1)
0

我也遇见了这个问题,我讲log_bin前面的#去掉后 重启。然后查看log_bin的状态  仍旧是off  不知你那边最终如何解决的

luccs | 园豆:202 (菜鸟二级) | 2016-04-01 18:13
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册