Skip to content

Instantly share code, notes, and snippets.

@alpha1125
Created June 28, 2013 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpha1125/5886740 to your computer and use it in GitHub Desktop.
Save alpha1125/5886740 to your computer and use it in GitHub Desktop.
listen MySQL localhost:3306
mode tcp
balance roundrobin
server mysql_box1 192.168.1.101:3306 check
server mysql_box2 192.168.1.102:3306 check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment