level 6
碎梦zdr
楼主
请教大神们一下:
现在我的mysql的my.cnf文件设置log-bin如下:
[mysqld]
log-bin = /var/log/mysql/bin.log
但是重启服务之后
root@dbdao-VirtualBox:~# service mysql restart;
* Stopping MySQL Community Server 5.7.7-rc
* MySQL Community Server 5.7.7-rc is already stopped
* Re-starting MySQL Community Server 5.7.7-rc
.................................................................................................................................................................................... * MySQL Community Server 5.7.7-rc did not start. Please check logs for more details.
这是为何?
2016年06月04日 13点06分
1
现在我的mysql的my.cnf文件设置log-bin如下:
[mysqld]
log-bin = /var/log/mysql/bin.log
但是重启服务之后
root@dbdao-VirtualBox:~# service mysql restart;
* Stopping MySQL Community Server 5.7.7-rc
* MySQL Community Server 5.7.7-rc is already stopped
* Re-starting MySQL Community Server 5.7.7-rc
.................................................................................................................................................................................... * MySQL Community Server 5.7.7-rc did not start. Please check logs for more details.
这是为何?