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

@ -18,14 +18,14 @@ is to change the listener and backend authenticator modules to `PAMAuth` and
type=listener
address=::
service=Read-Write-Service
protocol=MySQLClient
protocol=MariaDBClient
authenticator=PAMAuth
[Master-Server]
type=server
address=123.456.789.10
port=12345
protocol=MySQLBackend
protocol=MariaDBBackend
authenticator=PAMBackendAuth
```