fablarosa

Results 3 comments of fablarosa

Just edit `C:\Program Files\WindowsPowerShell\Modules\MySQL\MySQL.psm1` so that the connection string is ``` $connectionString = $connectionString + "default command timeout=$CommandTimeOut; Connection Timeout=$ConnectionTimeOut;Allow User Variables=True;Convert Zero Datetime=True" ```

Can someone please fix this issue in the source code for the next release? On the new version I changed line 141 of `C:\Program Files\WindowsPowerShell\Modules\MySQL\public\Connect-MySqlServer.ps1` to ``` $connectionString = $connectionString...

Thanks @kpolucas I had the same problem on a fresh Ubuntu 18.04_LTS install with openvpn and openvpn-radius-plugin from the official Ubuntu repos as follows: ``` ii openvpn 2.4.4-2ubuntu1.3 amd64 virtual...