Open GoogleCodeExporter opened 8 years ago
Where is mysqlbinlog installed on the target machine (xx.xx.xxx.xxx)?
Original comment by Yoshinor...@gmail.com
on 17 Feb 2012 at 6:05
You need to install mysqlbinlog binary from repository v3.3. i thuink current
one
Original comment by nilldot@gmail.com
on 17 Feb 2012 at 9:02
What is the result of /usr/bin/mysqlbinlog --version ?
Original comment by Yoshinor...@gmail.com
on 17 Feb 2012 at 9:09
ok, i see...I installed mysql from source and mysqlbinlog was put in the
default /usr/local/mysql/bin dir. I'll create some symlinks from here unless I
can change the search path within the MHA code???? I have /usr/local/mysql/bin
in the users path....
[ec2-user@mapi-slave01-qa ~]$ /usr/bin/mysqlbinlog --version
-bash: /usr/bin/mysqlbinlog: No such file or directory
[ec2-user@mapi-slave01-qa ~]$ which mysqlbinlog
/usr/local/mysql/bin/mysqlbinlog
[ec2-user@mapi-slave01-qa ~]$ mysqlbinlog --version
mysqlbinlog Ver 3.3 for Linux at x86_64
Original comment by danoyo...@gmail.com
on 17 Feb 2012 at 1:39
I'm not a perl guy, but how can I have the search path include the
/usr/local/mysql/bin directory? the /usr/local/mysql/bin path is included in
my users $PATH. On the nodes, what other mysql tools/binaries is used by MHA?
do I need to symlink them all?
Original comment by danoyo...@gmail.com
on 17 Feb 2012 at 3:41
We have run into the same issue, as we install mysql in a custom location.
Perhaps a configuration variable that could be used to set the location of the
mysql client binaries would be helpful.
Original comment by crazycat...@gmail.com
on 22 Mar 2012 at 7:20
[deleted comment]
Just hit this one too. Would be great to have a --basedir setting here.
Original comment by eroomy...@gmail.com
on 30 Apr 2012 at 9:19
Me too, just hit this one because apply_diff_relay_logs assumes mysqlbinlog in
the PATH and ware of good /etc/my.cnf. I would like the binary and options be
configurable.
Original comment by kaiwang....@gmail.com
on 28 Feb 2013 at 3:10
Original issue reported on code.google.com by
danoyo...@gmail.com
on 17 Feb 2012 at 6:02