Skip to content

Latest commit

 

History

History

maxscale

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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