Bug #30575 command line options use "ip" should be "host"
Submitted: 22 Aug 2007 18:33 Modified: 6 Sep 2007 9:52
Reporter: Roland Bouman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Proxy: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: MC Brown CPU Architecture:Any

[22 Aug 2007 18:33] Roland Bouman
Description:
http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-cmdline.html:

The description of the options

--admin-address=ip:port
--proxy-address=ip:port
--proxy-read-only-address=ip:port
--proxy-backend-addresses=ip:port

use "ip" as a placeholder for the host. Usage of "ip" suggests it must be an IP address, whereas any host specification (hostname or ip address) is valid

How to repeat:
http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-cmdline.html:

Suggested fix:
Suggest using "host" instead of "ip". I think this is used in other parts of the manual too.
[22 Aug 2007 22:22] MySQL Verification Team
Thank you for the bug report.
[6 Sep 2007 9:52] MC Brown
I've updated the documentation so that it uses host:port and explicitly mentions that you can use hostname and/or IP address.

I've also updated mysql-proxy so that the inbuilt help text reports the options using host:port in place of ip:port.