Backup: s9s_backup and installing xtrabackup Johan September 20, 2016 09:00 Updated Follow The s9s_* scripts have been DEPRECATED. There are two ways to make a backup: Use our UI Program against our API Related articles ClusterControl Installation Comments 1 comment Sort by Date Votes Johan January 08, 2013 21:53 If you get the error: s9s_backup --install /etc/my.cnf Could not find mysql client binary Then change MYSQL_BIN in /usr/bin/s9s_backup (in the beginning of the file) to point to the mysql client binary. E.g: MYSQL_BIN=/usr/bin/mysql or MYSQL_BIN=/usr/local/mysql/bin/mysql 0 Comment actions Permalink Please sign in to leave a comment.
Comments
1 comment
If you get the error:
s9s_backup --install /etc/my.cnf
Could not find mysql client binary
Then change MYSQL_BIN in /usr/bin/s9s_backup (in the beginning of the file) to point to the mysql client binary.
E.g:
MYSQL_BIN=/usr/bin/mysql
or
MYSQL_BIN=/usr/local/mysql/bin/mysql
Please sign in to leave a comment.