We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Random note to build wheel on AppVeyor in the future...
https://www.appveyor.com/docs/how-to/download-file/
PS > $source = "https://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.9-winx64.msi" PS > Invoke-WebRequest $source -OutFile mysql-connector-c-6.1.9-winx64.msi
http://superuser.com/a/307679
PS C:\work> msiexec.exe /a C:\Downloads\mysql-connector-c-6.1.9-win32.msi /qb TARGETDIR=c:\work\mc32 PS C:\work> dir C:\work\mc32