Change MySQL[Client|Backend] to MariaDB[Client|Backend]

This commit is contained in:
Johan Wikman
2018-01-04 21:41:21 +02:00
parent 7c3c9ca0a8
commit d64868f058
19 changed files with 115 additions and 134 deletions

View File

@ -58,7 +58,7 @@ After this we configure a listener for the service. The listener is the actual p
[Sharded Service Listener]
type=listener
service=Sharded Service
protocol=MySQLClient
protocol=MariaDBClient
port=4000
```