Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 1.71 KB

README.md

File metadata and controls

96 lines (68 loc) · 1.71 KB

MaxScale

Configure cluster

make cluster
make registry
make net
make install

Configure MariaDB

make mariadb-repl

Configure auth

make auth

Resource configuration

Take into account these considerations when configuring the following maxscale parameters:

Create config

make config

Connection based routing

make conn

Read write split

make rw-split

REST API

make api

Run In Postman

High Availability

make ha

Sysbench

 make sysbench-mxs-prepare
 make sysbench-mxs

Automatic failover

POD=mariadb-repl-0 make delete-pod

Execute commands

make failover
make switchover

GUI

Cleanup

make auth-delete
make config-delete
make conn-delete
make rw-split-delete
make api-delete
make cluster-delete