try to change bin log directory: mysql-bin.index not found (Errcode: 13)

前端 未结 13 1697
南笙
南笙 2021-01-30 22:53

MySQL 5.1.54 Ubuntu 11.04

I\'am try to change bin log directory in my.conf as:

[mysqld]
log_bin=/home/developer/logs/mysql/mysql-bin.log
<
13条回答
  •  既然无缘
    2021-01-30 23:20

    Selinux might enforce the rule that MySQL database files have to live in /var/lib/mysql and not anywhere else. Try turning off selinux (selinux=0 on kernel boot command line) if you moved mysql to another directory.

提交回复
热议问题