mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-06 18:49:39 +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);
|
ds.setPassword(this.password);
|
||||||
|
|
||||||
// Request mysql over SSL
|
// Request mysql over SSL
|
||||||
ds.addDataSourceProperty("useSSL", useSsl);
|
ds.addDataSourceProperty("useSSL", String.valueOf(useSsl));
|
||||||
|
|
||||||
// Encoding
|
// Encoding
|
||||||
ds.addDataSourceProperty("characterEncoding", "utf8");
|
ds.addDataSourceProperty("characterEncoding", "utf8");
|
||||||
|
Loading…
Reference in New Issue
Block a user