diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md index 0aada416a..6423aa906 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/greptimecloud/integrations/mysql.md @@ -4,7 +4,7 @@ description: 介绍如何通过 MySQL 协议连接到 GreptimeCloud,并提供 # MySQL -GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/clients/mysql)。 +GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/protocols/mysql)。 要连接到 GreptimeCloud,使用以下信息: diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md b/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md index e931cde21..193d65d0a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-0.10/greptimecloud/integrations/mysql.md @@ -1,6 +1,6 @@ # MySQL -GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/clients/mysql)。 +GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/protocols/mysql)。 要连接到 GreptimeCloud,使用以下信息: diff --git a/package.json b/package.json index a601a0de3..d98228e46 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,8 @@ "node": ">=18.0", "yarn": "1.22.x" }, - "packageManager": "pnpm@8.6.0" + "packageManager": "pnpm@8.6.0", + "resolutions": { + "@jridgewell/gen-mapping": "0.3.4" + } }