MySQL MySQL安装..“无法确定与该安装类型对应的产品”如何解决这个..?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/27346487/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 13:13:05  来源:igfitidea点击:

MySQL installation .. "unable to determine the products that correspond with that setup type" how to solve this..?

mysql

提问by i am samurai

MySQL installation .. "unable to determine the products that correspond with that setup type" how to solve this.. ?? i tried every option such as custom , server only, client only etc . But same annoying problem

MySQL安装..“无法确定与该安装类型对应的产品”如何解决这个..?? 我尝试了每个选项,例如自定义、仅限服务器、仅限客户端等。但同样烦人的问题

回答by Ralf Riedel

I had the same problem. Choose 'custom' and pick the options you want. This will work. Good luck.

我有同样的问题。选择“自定义”并选择您想要的选项。这将起作用。祝你好运。

回答by Tilman Hausherr

I got it to work. I first had installed the (small) "web" file. The "Catalog" method mentioned by mySql support didn't work, probably because I'm behind a corporate proxy. What did work was

我让它工作。我首先安装了(小)“web”文件。mySql 支持提到的“目录”方法不起作用,可能是因为我支持公司代理。什么工作是

  • go to control panel (for germans: "Systemsteuerung")
  • deinstall "MySQL installer - community"
  • download the non-web file, i.e. the one that is almost 300MB large
  • run that one and choose the components you need.
  • 转到控制面板(德语:“Systemsteuerung”)
  • 卸载“MySQL 安装程序 - 社区”
  • 下载非网络文件,即几乎 300MB 的文件
  • 运行那个并选择你需要的组件。

回答by Adam Smith

Open "MySQL Installer - Community" from the Start menu (not the .msi file). Then click "Catalog", get the required update, and then the installation should work.
http://forums.mysql.com/read.php?11,624707,624888#msg-624888

从开始菜单(不是 .msi 文件)打开“MySQL 安装程序 - 社区”。然后单击“目录”,获取所需的更新,然后安装应该可以工作了。
http://forums.mysql.com/read.php?11,624707,624888#msg-624888

回答by DotWish

I had the same problem when I used Web community edition. So,

我在使用 Web 社区版时遇到了同样的问题。所以,

  • I installed full edition.
  • Picked Custom option
  • Picked WorkBench(which is what I needed). Transfer arrow was still grayed out
  • Drilled down all the way to the last under workbench. Transfer arrow lighted up. I was able to select and install. Similarly I installed other required as well.
  • 我安装了完整版。
  • 选择自定义选项
  • 选择工作台(这是我需要的)。传输箭头仍然是灰色的
  • 一直钻到工作台下的最后一个。传送箭头亮了。我能够选择和安装。同样,我也安装了其他必需的。

Hope this helps

希望这可以帮助

回答by Veener

I was having the same problem and I think it's related to UAC (User Account Control) when installing the small community edition.

我遇到了同样的问题,我认为这与安装小型社区版时的 UAC(用户帐户控制)有关。

Go to Start-MySQL-My SQL Installer then right click the shortcut and "Run As Administrator".

转到 Start-MySQL-My SQL Installer,然后右键单击快捷方式并“以管理员身份运行”。

This allows the updater to update itself and continue. No more error message.

这允许更新程序自行更新并继续。没有更多的错误信息。

回答by Kevin Decker

I had the same error and went the custom route. The issue I then had was that the MS Visual C++ 2013 runtime edition was not installed on my machine. Once I downloaded and installed that from Microsoft, all was well.

我遇到了同样的错误并选择了自定义路线。我当时遇到的问题是我的机器上没有安装 MS Visual C++ 2013 运行时版本。一旦我从微软下载并安装了它,一切都很好。