Skip to content

Commit e3802c4

Browse files
authored
0.9.2
1 parent 966db25 commit e3802c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bases/MySQL.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void Set(CommitMode commit_mode, string db_name, string db_host, string d
3636
Database = db_name,
3737
UserID = db_user,
3838
Password = db_pass,
39-
SslMode = MySqlSslMode.Preferred,
39+
SslMode = MySqlSslMode.None,
4040
Port = db_port
4141

4242
}.ConnectionString;

0 commit comments

Comments
 (0)