Closed FatildaIV closed 1 year ago
Please provide information about the used mysql server
Please provide information about the used mysql server
modules/CloudNet-Database-MySQL/config.json:
{
"username": "cloudnet",
"password": "password",
"databaseServiceName": "mysql",
"endpoints": [
{
"useSsl": false,
"database": "cloudnet",
"address": {
"host": "127.0.0.1",
"port": 3306
}
}
]
}
Self hosted mariadb 11.0.2-2.
Using mariadb 11.1.1-RC
should resolve the issue.
Using mariadb
11.1.1-RC
should resolve the issue.
Fixed by replacing incompatible MySQL driver with MariaDB driver: https://mariadb.com/kb/en/about-mariadb-connector-j/
Stacktrace
Actions to reproduce
CloudNet version
4.0.0-RC10-SNAPSHOT-8efe65d8
Other
No response
Issue uniqueness