Mysql错误:Unable to connect to remote host. Catalog download has failed.

最近由于工作的需要安装了 Mysql5.7.17,之后的每天上午十点都会弹出一个命令行窗口,如下:
这里写图片描述

===================== Start Initialization ====================

MySQL Installer is running in Community mode.
Initializing product requirements
Loading product catalog
Checking for product catalog snippets
Checking for product packages in the bundle
Categorizing product catalog
Finding all installed packages.
Your product catalog was last updated at 2017/3/22 10:37:14
===================== End Initialization =======================
Unable to connect to remote host. Catalog download has failed.

问题分析

该问题是由于新版本的 Mysql 在安装的时候会自动在 Windows 的“任务计划程序”中安装一个定时任务,任务的触发时间为每天上午十点。

解决方式

找到相应的定时任务,并禁用该任务。
步骤:
1、打开“控制面板”,查看方式选择“小图标”,找到“管理工具”项。
这里写图片描述

2、点击“管理工具”,进入如下界面。
这里写图片描述
3、点击“任务计划程序”,进入如下界面。
这里写图片描述
4、选择名称为“ManifestUpdate”任务,右键菜单点击“禁用”项,完成任务禁用。也可以点击右侧的“禁用”。
这里写图片描述