MySQL5.7.21安装 one or more product requirements have not been satisfied

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL5.7.21安装 one or more product requirements have not been satisfied相关的知识,希望对你有一定的参考价值。

之前在家里的电脑上就安装成功了,自己的电脑同样的方法装mysql一直报这个错,以前的软件该卸的都卸了结果还是不行。电脑32位的,求大神解答

你的系统太老了 Win7 \\win8啥的吧

这是缺失C++ 依赖包 去MS下一个 补丁安装以后再重新执行就好了

Update for Visual C++ 2013 and

解压版可以看这个教程

MySQL5.7.21安装

参考技术A 1,此时点击否,先关掉对话框;
2,然后点击需求框里面的Microsoft Visual c++..., 变成蓝色后点击下面的Execute按钮;
3,会弹出对话框问你是否下载电脑中缺失的这个补丁,点击下载,下载完成后安装;
4,安装完毕后,前面会多一个绿色的勾,此时你就可以点击Next按钮继续进行mysql的安装了。

MySQL连接异常: The server time zone value ‘?й???????‘ is unrecognized or represents more than one time.

连接MySQL8.0.16版本时报错:

Caused by: java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than
 one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) 
 to use a more specifc time zone value if you want to utilize time zone support.

以上错误日志提示 时区配置错误
解决:手动在url后加上关于时区的配置
正确的url为:

jdbc.url=jdbc:mysql://localhost:3306/crm?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&characterEncoding=UTF-8

serverTimezone=GMT%2B8指定为中国时区

更详细的解答内容请参考

以上是关于MySQL5.7.21安装 one or more product requirements have not been satisfied的主要内容,如果未能解决你的问题,请参考以下文章

Cannot complete the install because one or more required items could not be found

Python安装问题之One or more issues caused the setup to fail.Windows7安装Python3.7

python安装失败提示“one or more issues caused the setup to fail . Please fix the issues and then retry set

MySQL5.7.21解压版安装详细教程

mysql5.7.21源码安装

CentOS6.9安装mysql5.7.21教程