mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-25 16:22:01 +01:00
Try to fix #1261
This commit is contained in:
parent
6badd15662
commit
b24dcfed3c
@ -136,7 +136,7 @@ public class MySQL implements DataSource {
|
||||
ds.setPassword(this.password);
|
||||
|
||||
// Request mysql over SSL
|
||||
ds.addDataSourceProperty("useSSL", useSsl);
|
||||
ds.addDataSourceProperty("useSSL", String.valueOf(useSsl));
|
||||
|
||||
// Encoding
|
||||
ds.addDataSourceProperty("characterEncoding", "utf8");
|
||||
|
Loading…
Reference in New Issue
Block a user