MXS-2349: Document socket
Added documentation for the parameter and changed the minimum required server definition in the REST API.
This commit is contained in:
@ -1469,6 +1469,12 @@ The port on which the database listens for incoming connections. MariaDB
|
||||
MaxScale will use this port to connect to the database server. The default value
|
||||
is 3306.
|
||||
|
||||
#### `socket`
|
||||
|
||||
The absolute path to a UNIX domain socket the MariaDB server is listening
|
||||
on. Either `address` or `socket` must be defined and defining them both is an
|
||||
error.
|
||||
|
||||
#### `protocol`
|
||||
|
||||
The name for the protocol module to use to connect MariaDB MaxScale to the
|
||||
|
Reference in New Issue
Block a user