Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mysql installer did not find packages in the current bundle suitable for installation windows

I am trying to install MySQL 8.0.23 version from the download page. I ran the .msi file several times and every time, I got the error "mysql installer did not find packages in the current bundle suitable for installation windows". I tried to find a solution online for more than an hour and I could not get the resolution to problem. I even ran it through CMD using admin privileges and still no use. I am installing on a laptop with the following configuration.

Windows 10, 64Bit with 16GB RAM, i7 Hexacore, 1TB SSD.

Can someone please help?

like image 875
dotcoder Avatar asked Jan 18 '21 10:01

dotcoder


People also ask

Will 32 bit MySQL work on 64 bit Windows?

Although MySQL Installer is a 32-bit application, it can install both 32-bit and 64-bit binaries.


1 Answers

I suspect there is currently a server issue or something on Oracle/MySQL's end, I have tried the 8.0.22 and 5.7.33 Web installers and neither of them are able to find the list of packages to install.

One solution is to download the larger offline installer.

First you must uninstall the MySQL Web Installer, this can be done by opening Apps & Features, finding MySQL Installer - Community and clicking Uninstall.

Then from the MySQL Downloads page, download the larger 400MB MSI installer, once launched you should see a list of Available Products to choose from

like image 127
Campbell Avatar answered Sep 20 '22 11:09

Campbell