@@ -14,13 +14,13 @@ to a regular MariaDB cluster and _reads_ to Exasol.
1414Unlike the other routers of MaxScale, the targets _ ExasolRouter_ routes to
1515are not specified using ` servers ` , ` targets ` , or ` cluster ` entries in
1616the configuration file. Instead, Exasol database nodes are specified using
17- the [ connection_string ] ( connection_string ) setting.
17+ the [ connection \_ string ] ( # connection_string) setting.
1818
1919If _ ExasolRouter_ is used standalone, a MariaDB server or a service should
2020be specified using ` targets ` . _ ExasolRouter_ will not route to it, but it
2121will use it for authenticating clients. However, Exasol will be accessed
2222on behalf of all clients using the credentials specified in the
23- [ connection_string ] ( connection_string ) .
23+ [ connection \_ string ] ( # connection_string) .
2424
2525## Users
2626
@@ -29,7 +29,7 @@ if a MariaDB server/service has been specified as a target, and only for
2929authenticating a client.
3030
3131The user and password to be used when accessing Exasol must be specified
32- using ` UID ` and ` PWD ` in the [ connection_string ] ( connection_string ) .
32+ using ` UID ` and ` PWD ` in the [ connection \_ string ] ( # connection_string) .
3333
3434## Settings
3535
@@ -92,7 +92,7 @@ def adapter_call(request):
9292/
9393```
9494
95- See [ preprocessor_script ] ( #preprocessor_script )
95+ See [ preprocessor \_ script ] ( #preprocessor_script )
9696
9797### ` preprocessor_script `
9898
0 commit comments