Mysql no packages found ошибка

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?

asked Jan 18, 2021 at 10:36

dotcoder's user avatar

2

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

answered Jan 18, 2021 at 16:26

Campbell's user avatar

CampbellCampbell

5123 silver badges12 bronze badges

4

Uninstalling the «MySQL Installer — Community» and redownloading and installing the full installer ~422MB from Downloads page worked for me.

answered Jan 19, 2021 at 7:06

znapci's user avatar

znapciznapci

1314 bronze badges

After wasting so much time, I find the solution to install MySQL 8 on Windows x64 (64-bit) system.

  1. Run the msi installer

  2. Next (Even it wouldn’t work)

  3. Go to below path instead

    C:ProgramDataMySQLMySQL Installer for WindowsProduct Cache

  4. Right click -> Install

mysql-8.0.23-winx64.msi
mysql-connector-c++-8.0.23-win32.msi
mysql-connector-c++-8.0.23-winx64.msi
mysql-connector-java-gpl-8.0.23.msi
mysql-connector-net-8.0.23.msi
mysql-connector-odbc-8.0.23-win32.msi
mysql-connector-odbc-8.0.23-winx64.msi
mysql-connector-python-8.0.23-windows-x86-32bit.msi
mysql-connector-python-8.0.23-windows-x86-64bit.msi
mysql-documents-8.0.23.msi
mysql-examples-8.0.23.msi
mysql-router-8.0.23-winx64.msi
mysql-shell-8.0.23-windows-x86-64bit.msi
mysql-workbench-community-8.0.23-winx64.msi

answered Mar 3, 2021 at 11:52

Ivan Chau's user avatar

Ivan ChauIvan Chau

1,4041 gold badge17 silver badges28 bronze badges

If nothhing else works, click on Looking for Previous GA versions? and downloaded the one with 500 ~ MB and that did the job for me.
enter image description here

answered Mar 4, 2021 at 9:52

Keshav Pradeep Ramanath's user avatar

I had the same issues and tried the solutions above which none worked for me.
I did the following and it worked:

  • In Add/Remove programs from the control panel uninstall all MySQL entries.
  • Delete all MySQL folders from C:Program FilesMySQL
  • Make a restart to your computer
  • Reinstall using the large MSI installer (more than 400MB)

answered Mar 9, 2021 at 9:10

Florin Zfs's user avatar

I tried a lot of steps. Uninstalling and installing it again for current version 8.0.23.
Following steps fixed the below error for me:

No Packages error MySQL did not find packages in the current bundle
suitable for Installation No Compatible servers were found.

Step 1: At first, uninstall and remove MySQL. That includes, uninstalling completely and removing all the remaining MySQL folders from the system.

Step2: Restart the system. Go to the official MySQL website Downloads section. On reaching, install the 2nd MySQL version (the larger one) as shown in the tutorial.

mysql-installer-community-8.0.23.0.msi

After downloading, under Setup Type, you need to choose Developer Default and keep all other steps similar.

answered Mar 13, 2021 at 14:17

Aman Chawla's user avatar

Aman ChawlaAman Chawla

3043 gold badges8 silver badges22 bronze badges

Same problem here.

I try on Windows 10 Home edition.

I also try with version 8.0.22: same error.

EDIT 1 18/01/21 : also with large MSI installer (more than 400MB)

EDIT 2 19/01/21 : The problem has fixed. This was probably a problem on the mysql download servers.

answered Jan 18, 2021 at 16:17

Gianmaria Allisiardi's user avatar

The solution in my case was uninstalling MySql Workbench and the installer and then running the installer msi from scratch!

answered Mar 4, 2021 at 3:35

Bafi Zar's user avatar

Delete the (mysql-installer-web-community-8.0.23.0.msi) one and download the (mysql-installer-community-8.0.23.0.msi) one. If still not working, right click uninstall, and then right click install again. Worked for me.

answered Mar 22, 2021 at 7:28

Han Wang's user avatar

Han WangHan Wang

1571 silver badge4 bronze badges

I used the bigger download package, mysql-installer-community-8.0.30.0 with 450M. Then I see below image along the way, clicking «Add», then picked the workbench, then green button appeared to move to the right pane, then «execute». Workbench is then installed

enter image description here

answered Jul 26, 2022 at 15:25

Feng Zhang's user avatar

Feng ZhangFeng Zhang

1,6181 gold badge15 silver badges20 bronze badges

In this post, learn how to fix “No Packages Found” issue. You may get this error while “Choosing a Setup Type” for MySQL installation. Following is the exact error:

Error

Following is the error:

No Packages Found, MySQL did not find packages in the current bundle suitable for Installation. No Compatible servers were found

Following is the screenshot of the error:

no packages found mysql

Fix No Packages Found error

Step1: To fix the issue, at first completely uninstall MySQL from your Windows 10 system. Use the below video to completely remove MySQL:


Step 2:
After following the above video and removing, go to the MySQL official website. On reaching, install the 2nd MySQL version i.e. mysql-installer-community-8.0.23.0.msi as shown below. Size is 422 MB:

Fix MYSQL

The above two steps will fix the “No Packages Found” issue.

However, if you are still unable to fix the issue, then after following the above 2 steps, try installing MySQL and this time, select, “Developer Default” under “Choosing a Setup Type” as shown below:

MySQL Setup Type

Video Tutorial

If you’d like to see video tutorial and fix the issue, then refer the below video,



Read More

  • Fix NetBeans Installation Error: An unexpected exception in thread main
  • Resolving Joomla Local Installation freezes and hangs up error
  • How to fix Page Not Found Error on every Drupal page except homepage
  • Resolving Drupal Installation PHP OPcode Caching Not Enabled Warning
  • How to fix SDK Build Tools revision is too low for project app error in Android Studio
  • What is Windows 10 version 2004 Update (Download & Install)
  • Diagnose and Fix FCP issue in Google Search Console (Speed Report)

Studyopedia Editorial Staff


Studyopedia Editorial Staff

[email protected]

We work to create programming tutorials for all.

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.


Go to mysql


r/mysql


r/mysql

Discussion of MySQL and assistance for MySQL related questions




Members





Online



by

BAJSH1



Issues installing MySQL — No Packages found

On the first page of the installer where it asks you select your version (Dev/Full ect) I get an error saying no packages found. I’ve attempted to move the installer, uninstall it and re install it, and have tried both of the windows installers. Has anyone got a solution to this issue, can attach screenshots if needed.

I downloaded the latest version of the installer from the MySQL site, and it offers only connectors and documentation for installation (Custom installation mode). In Server only installation mode, the installer gives an error:

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

How do I install Workbench and MySQL Server?

Понравилась статья? Поделить с друзьями:
  • Name httpresponse is not defined django ошибка
  • Nalog ru ошибка генерации сертификата попробовать еще раз
  • Nabco автоматические двери ошибки
  • N700e ошибка e20
  • N700e ошибка e17