Hi James,
I see port 6603.
That reminds me the port for another MaxScale service that has listener for “maxscaled” protocol (Not the MySQL protocol port)
[CLI Listener]
type=listener
service=CLI
protocol=maxscaled
address=localhost
port=6603
I’ve just done this:
[root@maxscale-02 ~]# mysql -h 127.0.0.1 -P 6603
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 0
Would you mind sharing your maxscale configuration?
It would be very useful checking your configuration, maybe there could be something else to check.
Thanks.
Massimiliano