Bug #23364 Location of binary log files
Submitted: 17 Oct 2006 10:40 Modified: 18 Oct 2006 19:53
Reporter: Jacques Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.26 OS:Linux (Redhat Linux)
Assigned to: CPU Architecture:Any

[17 Oct 2006 10:40] Jacques
Description:
The location for binary logs, relay logs, etc. should be specifiable via the my.cnf for the server.  Back in the day you used to be able to specify where these files lived.

How to repeat:
log-bin = /opt/mysql/logs/bin.log
log-bin-index = /opt/mysql/logs/log-bin.index
log-error = /opt/mysql/logs/error.log

Suggested fix:
Allow directories in the filenames again.
[18 Oct 2006 7:31] Sveta Smirnova
Thank you for the report.

Please, provide content of /opt/viamedia/logs/mysql/log-bin.index file and output of ls /opt/viamedia/logs/mysql
[18 Oct 2006 9:25] Sveta Smirnova
Please also provide output of

ls -la /opt/viamedia/logs/mysql/bin.000001

What user mysqld run as?
[18 Oct 2006 19:53] Sveta Smirnova
I tried to repeat the issue different ways without success so I close the bug as "Can't repeat". If you can provide information how to repeat it reopen the bug.
[18 Aug 2007 11:15] Yuvrajsinh Chauhan
TEST