Skip to content

Commit

Permalink
Merge pull request ClusterLabs#1827 from varkoly/do-not-suggest-bad-p…
Browse files Browse the repository at this point in the history
…ractice

Please don't suggest /tmp/mysql-proxy.sock, that is bad practice.
  • Loading branch information
fabbione authored Dec 13, 2022
2 parents 75d7253 + e7822f3 commit c1dd380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/mysql-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Address:port of the remote (read only) unpromoted-server (default: ).
<parameter name="proxy_address" unique="0" required="0">
<longdesc lang="en">
Listening address:port of the proxy server (default: :4040).
You can also specify a socket like "/tmp/mysql-proxy.sock".
You can also specify a socket like "/var/run/mysql-proxy.sock".
</longdesc>
<shortdesc lang="en">MySQL Proxy listening address</shortdesc>
<content type="string" default="${OCF_RESKEY_proxy_address_default}" />
Expand Down

0 comments on commit c1dd380

Please sign in to comment.