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

前端 未结 13 1830
南笙
南笙 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:04

    Does your user have access to all upper directories? In special, the /home/developer/ directory? Try to log in with the mysql server account and touch the log file.

提交回复
热议问题