I have successfully installed most of MySql on Windows 10, and have a working database. The only part that will not install is the 64-bit Python connector.
I am successfully using the connector via pip --install, but it is unclear if I have a 64-bit or 32-bit version (as I am having issues with the int64 python type).
First question ... do I need to run this msi at all (mysql-connector-python-8.0.23-windows-x86-64bit.msi)?
Second question ... even if I try to run as an Administrator, it still fails. If I look at the folder in question (c:\program files\Windows Apps), Administrators only have View rights. A "Trusted Installer" has full rights it seems. Is there a special trick to this?
Apologies if this is a duplicate, but my SO search hasn't returned anything that covers this precise issue.
