Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
None
-
None
Description
The protocol parameter has a default value of mariadb and a lot of the examples still use an explicit value that's not the same as the default but evaluates to it:
protocol=mariadbbackend
|
protocol=MariaDBBackend
|
protocol=mariadbclient
|
protocol=MariaDBClient
|
protocol=mariadbprotocol
|
protocol=MySQLClient
|
For servers, the protocol parameter is ignored and should simply be removed.