This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mysqlbinlog56=/store/mysql-5.6.23-linux-glibc2.5-x86_64/bin/mysqlbinlog | |
mysqlclient=/store/mysql-5.6.23-linux-glibc2.5-x86_64/bin/mysql | |
pidfile=/var/run/binlogstream.pid | |
binlogdir=/store/binlogstreamer/binlogs | |
binlogprefix=mysql-bin | |
mysqluser=tester | |
mysqlpass=tester | |
mysqlmaster=10.72.100.236 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Last Modified: Thu Jul 26 20:36:39 2018 | |
#include <tunables/global> | |
/usr/bin/mysqld_safe { | |
#include <abstractions/base> | |
#include <abstractions/bash> | |
capability chown, | |
capability dac_override, | |
capability dac_read_search, |