MySQL Installer for Windows 64-bit - mysql

Is there a 64-bit installer for MySQL on Windows? When I go to the download pages for the community server I only see options for installers for 32-bit machines

MySQL Installer is 32-bit but will install 64-bit binaries.
It's just the installer that is in 32 bit
(thanks to David Lee) source : https://bugs.mysql.com/bug.php?id=92577

Related

MySQL Server Installation Failed 8.0.13

Fail Image
While Trying to install MySQL server 8.0.13 i'm getting an error.
I'm running running mysql-installer-community-8.0.13.0.msi.
I have Microsoft Visual C++ 2015 Re. x(64) and x(86) installed in computer.
My Operating system is 64 bit.
Where, Mysql Installer is Windows (x86, 32-bit), MSI Installer

MySQL Workbench (GUI) is not installing

It has installed following in C:\Program Files\MySQL :
1. Connector.C++ 1.1,
2. Connector.J 5.1,
3. Connector.NET 6.9,
4. Connector.ODBC 5.3
5. MySQL Connector Python 2.1 for Python 3.4,
6. MySQL Connector.C 6.1,
7. MySQL Documentation 5.7,
8. MySQL For Excel 1.3,
9. MySQL for Visual Studio 1.2,
10.MySQL Installer for Windows,
11.MySQL Notifier 1.1,
12.MySQL Server 5.7,
13.MySQL Utilities 1.6,
14.Samples and Examples 5.7
and in C:\ProgramData\MySQL
MySQL Installer for Windows,MySQL Server 5.7,MySQL Server 5.7my_2017-04-15T05-15-55
I am able to see all other commands in start menu other than Workbench.
Kindly guide me how to install Workbench GUI.
Previously it was installed but when I uninstalled and reinstalled I am not able to find.
My system is Windows 10 32 bit
The MySQL installer for Windows is a 32bit app that can install other packages from MySQL, takes care for updates and checks the availability of new product versions. It can install products on 32bit and 64bit Windows platforms. MySQL Workbench however only comes as a 64bit program, which obviously cannot be installed on a 32bit OS. Hence it doesn't even appear in the installer when run on such a machine. 32bit OSes are becomming rather uncommon these days...

MySQL ODBC 5.3 64-bit installation

I have run into this Problem trying to install the MySQL Connector/ODBC 5.3 64-bit Version; the 32-bit install runs fine.
I tried on Windows Server 2012 R2.
On my Windows 7 machine bothworked flawlessly.
I have found a lot of Posts suggesting - None of the tips worked:
to install the 64-bit Version BEFORE the 32-bit Version
to install the Microsoft Visual Studio redistributable package, both 64-bit and 32-bit (which I have installed for several years...). I even have the same Versions installed on the Server and on my Client.
to replace some DLLs (msvc*.dll) in C:\windows\syswow64
Finally, the last Suggestion brought me on the right track:
to replace some DLLs (msvc*.dll) in C:\windows\syswow64
together with a Forum post suggesting to not use the installer but the ZIP from the Oracle site.
When running the install.bat from the ZIP I finally got the correct error message:
So I copied the MSVCR120.dll from the C:\Windows\System32 on my Windows 7 machine where the Installation of the 64-bit Driver was working fine before over to the C:\Windows\System32 Windows Server 2012 R2 machine - where indeed it was missing! - and then Installation ran through.

How to install mysql 5.7.9?

I'm trying to fresh install the latest version of MySQL (5.7.9) manually on Windows 7 64-bit.
When I download it from mysql.com I get the file "mysql-5.7.9-winx64.zip", but unlike previous versions it has no "data" folder and a near empty "my.ini" file.
Could someone more learned let me know what is going on with this?
You should check this link out Windows mysql 5.7.9 MSI installer or Community server download
Windows (x86, 32-bit), MSI Installer
Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
And AFAIK, C:\ProgramData\MySQL\MySQL Server 5.7 is only created with a filled out my.ini file, on a vanilla install of mysql, only after you have installed mysql server. The zip file itself would not contain this since it is just the executables necessary to install the mysql server...

How to install MySql 32 bit on Mac OS 64 bit?

The wxPython package must run in 32 bit mode, but the official MySql download page does not have any link to download the 32bit installer. Do you know where to download the 32bit installer of MySql?
Thanks
UPDATE: I am trying to download MySql 32 bit for Mac.
You are incorrect. The Cocoa build of wxPython supports both 32-bit and 64-bit architectures. From the wxPython downloads page:
The file with "cocoa" in the name use the Cocoa API for implementing the GUI, requires at least OSX 10.5, and supports either 32-bit or 64-bit architectures.
The Carbon builds are built for i386 and PPC.
Also note that if you go into the Development Releases tab on the MySQL downloads page, it has 32-bit tars and dmgs