cabozone

Results 1 comments of cabozone

In the file MySQL.psm1 Look for the $connectionString and add SslMode=none; in the variables. $connectString = 'server={0};port={1};uid={2};pwd={3};database={4};SslMode=none;' -f ....... Add this to bot connection string lines and then Remove-Module MySQL...