[EMAIL PROTECTED] (Database System) writes:

> There were no any error message on console or in error log.
> 
> The symptoms are
> 1) the binary log file goes to /data/mysql/data/ dir, not as defined in 
> /data/mysql/log/
> 2) the binary log files name start with "mysql-bin", not as I defined in 
> my.cnf
> 
> I created directories as following and changed the owner to mysql account
> /data/
> /data/mysql/
> /data/mysql/log/
> /data/mysql/data/

Perhaps rather late for a reply to this thread but, ...

datadir = /data/mysql/data
log-bin = /data/mysql/log/binlog

will do what you want. Don't change basedir.

Simon

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to