outbrain / orchestrator-agent

MySQL replication topology manager - agent (daemon)
Apache License 2.0
35 stars 53 forks source link

agent relies on config being at /etc/my.cnf #23

Open ManjotS opened 8 years ago

ManjotS commented 8 years ago

Ubuntu uses /etc/mysql/my.cnf

/etc/my.cnf is hard coded in multiple places. should be an option.

doing this fixes it for now:

cd /etc/ ln -s /etc/mysql/my.cnf