@@ -152,6 +152,14 @@ Workaround 2: Set `driver: MariaDB` instead of `driver: MySQL` in config.yml.
---
### Unknown system variable 'transaction_isolation'
This error can occur if you try to use the MySQL driver with a MariaDB database server.
To fix it, set `driver: MariaDB` instead of `driver: MySQL` in `config.yml`, and reload LiteBans.
---
### Public Key Retrieval is not allowed
### RSA public key is not available client side (option serverRsaPublicKeyFile not set)
...
...
@@ -184,12 +192,6 @@ This error indicates that a "connection reset" situation occurred: the connectio
The cause of this could be an authentication error (see [Access denied](https://gitlab.com/ruany/LiteBans/-/wikis/MySQL-Errors#access-denied)), or a firewall related error (see [Connection timed out](https://gitlab.com/ruany/LiteBans/-/wikis/MySQL-Errors#connection-timed-out)).
### Unknown system variable 'transaction_isolation'
This error can occur if you try to use the MySQL driver with a MariaDB database server.
To fix it, set `driver: MariaDB` instead of `driver: MySQL` in `config.yml`, and reload LiteBans.