Skip to content

Commit

Permalink
added -A for mysql client
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Trudeau committed Nov 4, 2012
1 parent 8c1b85f commit ec9fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/mysql
Expand Up @@ -115,7 +115,7 @@ MYSQL_BINDIR=`dirname ${OCF_RESKEY_binary}`
# Convenience variables

MYSQL=$OCF_RESKEY_client_binary
MYSQL_OPTIONS_LOCAL="-S $OCF_RESKEY_socket --connect_timeout=10"
MYSQL_OPTIONS_LOCAL="-A -S $OCF_RESKEY_socket --connect_timeout=10"
MYSQL_OPTIONS_REPL="$MYSQL_OPTIONS_LOCAL --user=$OCF_RESKEY_replication_user --password=$OCF_RESKEY_replication_passwd"
MYSQL_OPTIONS_TEST="$MYSQL_OPTIONS_LOCAL --user=$OCF_RESKEY_test_user --password=$OCF_RESKEY_test_passwd"
MYSQL_TOO_MANY_CONN_ERR=1040
Expand Down

0 comments on commit ec9fe6e

Please sign in to comment.