MaxScale 24.02 Connection Routing with MariaDB MaxScale
Setting up MariaDB MaxScale
Configuring services
[Write-Service]
type=service
router=readconnroute
router_options=master
servers=dbserv1, dbserv2, dbserv3
user=maxscale
password=maxscale_pw
[Read-Service]
type=service
router=readconnroute
router_options=slave
servers=dbserv1, dbserv2, dbserv3
user=maxscale
password=maxscale_pwConfiguring the Listener
Starting MariaDB MaxScale
Last updated
Was this helpful?

