Do not enable SSL.
Why is it even doing this.
This commit is contained in:
parent
b541481e9b
commit
82eeaa93ab
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ namespace BackupManager {
|
|||
UserID = Config.MySqlUser,
|
||||
Password = Config.MySqlPass,
|
||||
CharacterSet = @"utf8mb4",
|
||||
SslMode = MySqlSslMode.None,
|
||||
};
|
||||
|
||||
List<string> databases = new List<string>();
|
||||
|
|
Reference in a new issue