Backup: s9s_backup and installing xtrabackup Johan June 02, 2025 18:35 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 Host already in another Cluster Tuning ClusterControl for Large Deployment Creating Slave Cluster ( Cluster 2 Cluster replication) Minimal GRANTs for MySQL Based Clusters (Galera, Replication, NDB/MySQL Cluster) 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.