> >Did you change authentication plugin to make it work ? If this is due to auth >plugin, we definitely need to update the documentation. > I did. But that did not help. So I used latest version of HAProxy. That worked. This is the status now -
mysql> select distinct user,HOST,plugin from mysql.user ; +---------+-----------+--------+ | user | HOST | plugin | +---------+-----------+--------+ | root | localhost | | | root | 127.0.0.1 | | | root | ::1 | | | | localhost | | | root | % | | | galaxy | % | | | haproxy | % | | +---------+-----------+--------+ Regards, Jayadevan DISCLAIMER: "The information in this e-mail and any attachment is intended only for the person to whom it is addressed and may contain confidential and/or privileged material. If you have received this e-mail in error, kindly contact the sender and destroy all copies of the original communication. IBS makes no warranty, express or implied, nor guarantees the accuracy, adequacy or completeness of the information contained in this email or any attachment and is not liable for any errors, defects, omissions, viruses or for resultant loss or damage, if any, direct or indirect."

