Bug #51439 doc refers to [proxy] group in config file instead of [mysql-proxy]
Submitted: 24 Feb 2010 1:43 Modified: 26 Feb 2010 16:30
Reporter: Dario Souza Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Proxy: Documentation Severity:S3 (Non-critical)
Version:0.8.0 OS:Any
Assigned to: MC Brown CPU Architecture:Any
Tags: configuration group config file

[24 Feb 2010 1:43] Dario Souza
Description:
The documentation in mysql-proxy refers to a group called [proxy] but it does not work and fails to warn in logfile.

I found out in the original bug report asking for the configuration file feature that the correct group in the file is [mysql-proxy]

The binary fails to warn user in log file

How to repeat:
1) create a file called /etc/mysql-proxy.cnf with the following
[proxy]
proxy-address = :3306
2) start the proxy with --defaults-file=/etc/mysql-proxy.cnf

it will ignore the file

Suggested fix:
correct the documentation
warn the user in logfile of this error
[24 Feb 2010 12:03] Kay Roepke
Thank you for this bug report.
[26 Feb 2010 16:30] MC Brown
The documentation has been fixed to use mysql-proxy as the config file group.