MySQL Change default directories
While reading this heading everybody things like, yeah its pretty old topic, we can get many articles by googling. But you know what sometimes well known things never work for us. This time it happened for me, my bad. I have done this many times. But most of us changed the default Data Directory only. Only a few of us thinking about change MySQL default data,binlog, error log directories.
I can easily change the Data directory, But while enabling binlog, and error log I got an error.
mysqld: File '/mysql/binlog/mysql-bin.index' not found (Errcode: 13)
So this is the reason for wrote this blog.
My Server Setup:
OS: Ubuntu 14.04LTS 64Bit
MySQL: 5.5.58
Destination Directories:
Data: /mysql/data
Binlog: /mysql/data
…
[Read more]