Mysql服务器:无法连接到远程主机。目录下载失败了

时间:2022-09-01 21:48:10

I'm getting the following message on taskeng.exe console:

我在taskeng上收到如下信息。exe控制台:

Unable to connect to remote host. Catalog download has failed

无法连接到远程主机。目录下载失败了

It seems to be related with the manifestUpdate. Which updates the catalog at a fixed time:

它似乎与宣言有关。在固定时间更新目录:

Automatic updates

自动更新

You can configure MySQL Installer to automatically update the MySQL product catalog once per day. To enable this feature and set the update time, click the wrench icon on the Installer dashboard.

您可以配置MySQL安装程序,每天自动更新一次MySQL产品目录。要启用此特性并设置更新时间,请单击安装程序仪表板上的扳手图标。

The next window configures the Automatic Catalog Update. Enable or disable this feature, and also set the hour.

下一个窗口配置自动目录更新。启用或禁用此功能,并设置时间。

So, why am I getting that error?

为什么会有这样的误差呢?

I still not having very clear what's that for exactly. Does it look for possible updates of MySQL products?

我还是不太清楚这到底是为了什么。是否查找MySQL产品的可能更新?

Can I disable the task to get rid of that error?

我可以禁用这个任务来消除这个错误吗?

2 个解决方案

#1


10  

Look in Windows Task Scheduler. On the left, open:

查看Windows任务调度程序。在左边,开放:

Task Scheduler Library\MySQL\Installer

任务调度器库\ MySQL \安装程序

Right-click in the ManifestUpdate entry and select "Disable".

在manifest pdate条目中右键单击并选择“禁用”。

Original post from Andrew Clements in MySQL Forums (http://forums.mysql.com/read.php?10,626478,626575#msg-626575)

源自Andrew Clements在MySQL论坛(http://forums.mysql.com/read.php?10,626478,626575#msg-626575)

#2


1  

It is a basic permission problem. Go to C:\ProgramData and right click on on MySQL folder, go to security tab under group users and click edit, under group and users select your computer user and select all ticks under allow, apply and close. This worked for me.

这是一个基本的权限问题。转到C:\程序数据,右键单击MySQL文件夹,进入组用户下的security选项卡,点击编辑,在组和用户下选择你的电脑用户,并选择允许、应用和关闭的所有标记。这为我工作。

#1


10  

Look in Windows Task Scheduler. On the left, open:

查看Windows任务调度程序。在左边,开放:

Task Scheduler Library\MySQL\Installer

任务调度器库\ MySQL \安装程序

Right-click in the ManifestUpdate entry and select "Disable".

在manifest pdate条目中右键单击并选择“禁用”。

Original post from Andrew Clements in MySQL Forums (http://forums.mysql.com/read.php?10,626478,626575#msg-626575)

源自Andrew Clements在MySQL论坛(http://forums.mysql.com/read.php?10,626478,626575#msg-626575)

#2


1  

It is a basic permission problem. Go to C:\ProgramData and right click on on MySQL folder, go to security tab under group users and click edit, under group and users select your computer user and select all ticks under allow, apply and close. This worked for me.

这是一个基本的权限问题。转到C:\程序数据,右键单击MySQL文件夹,进入组用户下的security选项卡,点击编辑,在组和用户下选择你的电脑用户,并选择允许、应用和关闭的所有标记。这为我工作。