Skip to content

Commit

Permalink
v8.3: update video resource links to point to new locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Feb 12, 2025
1 parent 573941c commit fe67394
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion command-line-flags-for-tidb-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: TiDB 配置参数包括启动参数和环境变量。启动参数包括

要快速了解 TiDB 的参数体系与参数作用域,建议先观看下面的培训视频(时长 17 分钟)。

<video src="https://download.pingcap.com/docs-cn%2FLesson10_config.mp4" width="600px" height="450px" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson10.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson10_config.mp4" width="600px" height="450px" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson10.png"></video>

本文将详细介绍 TiDB 的命令行启动参数。TiDB 的默认端口为 4000(客户端请求)与 10080(状态报告)。

Expand Down
6 changes: 3 additions & 3 deletions dm/dm-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ DM 遵循 Apache 2.0 协议,在 [LICENSE](https://github.com/pingcap/tiflow/bl
要快速了解 DM 的原理架构、适用场景,建议先观看下面的培训视频。注意本视频只作为学习参考,具体操作步骤和最新功能,请以文档内容为准。

<video src="https://download.pingcap.com/docs-cn%2FLesson20_dm_part01.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson20.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson20_dm_part01.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson20.png"></video>

<video src="https://download.pingcap.com/docs-cn/Lesson20_dm_part02.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson20.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn/Lesson20_dm_part02.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson20.png"></video>

<video src="https://download.pingcap.com/docs-cn/Lesson20_part03.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson20.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn/Lesson20_part03.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson20.png"></video>
2 changes: 1 addition & 1 deletion dumpling-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: 使用 Dumpling 从 TiDB 导出数据。

要快速了解 Dumpling 的基本功能,建议先观看下面的培训视频(时长 28 分钟)。注意本视频只作为功能介绍、学习参考,具体操作步骤和最新功能,请以文档内容为准。

<video src="https://download.pingcap.com/docs-cn%2FLesson18_dumpling.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson18.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson18_dumpling.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson18.png"></video>

你可以通过下列任意方式获取 Dumpling:

Expand Down
2 changes: 1 addition & 1 deletion explore-htap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ summary: 本文介绍如何深入探索并使用 TiDB 的 HTAP 功能。
要快速了解 TiDB 在 HTAP 场景下的体系架构与 HTAP 的适用场景,建议先观看下面的培训视频(时长 15 分钟)。注意本视频只作为学习参考,如需了解详细的 HTAP 相关内容,请参阅下方的文档内容。

<video src="https://download.pingcap.com/docs-cn%2FLesson04_htap.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson4.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson04_htap.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson4.png"></video>

## HTAP 适用场景

Expand Down
2 changes: 1 addition & 1 deletion faq/manage-cluster-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mysql -h 127.0.0.1 -uroot -P4000

如需快速了解 TiDB 节点、TiKV 节点、PD 节点的配置文件、数据文件及日志文件的相关介绍与其存放位置,建议观看下面的培训视频(时长 9 分钟)。

<video src="https://download.pingcap.com/docs-cn/Lesson12_log.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson12.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn/Lesson12_log.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson12.png"></video>

### 如何规范停止 TiDB?

Expand Down
4 changes: 2 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ summary: TiDB 是 PingCAP 公司自主设计、研发的开源分布式关系型

关于 TiDB 的关键技术创新,请观看以下视频。

<video src="https://download.pingcap.com/docs-cn%2FLesson01_intro.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson1.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson01_intro.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson1.png"></video>

## 五大核心特性

Expand Down Expand Up @@ -61,7 +61,7 @@ summary: TiDB 是 PingCAP 公司自主设计、研发的开源分布式关系型

关于 TiDB 典型应用场景和用户案例的介绍,请观看以下视频。

<video src="https://download.pingcap.com/docs-cn%2FLesson06_scenarios.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson6.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson06_scenarios.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson6.png"></video>

## 另请参阅

Expand Down
2 changes: 1 addition & 1 deletion quick-start-with-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ summary: 了解如何快速上手使用 TiDB 数据库。
要快速了解 TiUP 的基本功能、使用 TiUP 快速搭建 TiDB 集群的方法与连接 TiDB 集群并执行 SQL 的方法,建议先观看下面的培训视频(时长 15 分钟)。注意本视频只作为学习参考,如需了解 [TiUP](/tiup/tiup-overview.md) 的具体使用方法和 [TiDB 快速上手具体操作步骤](#部署本地测试集群),请以文档内容为准。

<video src="https://download.pingcap.com/docs-cn%2FLesson07_quick_start.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson7.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson07_quick_start.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson7.png"></video>

## 部署本地测试集群

Expand Down
2 changes: 1 addition & 1 deletion tidb-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary: 了解 TiDB 的整体架构。

推荐先观看以下视频(时长约 14 分钟),快速了解 TiDB 的整体架构。

<video src="https://download.pingcap.com/docs-cn/tidb_architecture.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_tidb_architecture.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn/tidb_architecture.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_tidb_architecture.png"></video>

与传统的单机数据库相比,TiDB 具有以下优势:

Expand Down
2 changes: 1 addition & 1 deletion tidb-binlog/tidb-binlog-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TiDB Binlog 支持以下功能场景:

要快速了解 Binlog 的基本原理和使用方法,建议先观看下面的培训视频(时长 32 分钟)。注意本视频只为学习参考,具体操作步骤和最新功能,请以文档内容为准。

<video src="https://download.pingcap.com/docs-cn%2FLesson21_binlog.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson21.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson21_binlog.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson21.png"></video>

## TiDB Binlog 整体架构

Expand Down
2 changes: 1 addition & 1 deletion tidb-lightning/tidb-lightning-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TiDB Lightning 是用于从静态文件导入 TB 级数据到 TiDB 集群的工

要快速了解 Lightning 的基本原理和使用方法,建议先观看下面的培训视频(时长 32 分钟)。注意本视频只为学习参考,具体操作步骤和最新功能,请以文档内容为准。

<video src="https://download.pingcap.com/docs-cn%2FLesson19_lightning.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson19.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson19_lightning.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson19.png"></video>

TiDB Lightning 支持以下文件类型:

Expand Down
2 changes: 1 addition & 1 deletion tidb-monitoring-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Grafana 是一个开源的 metric 分析及可视化系统。TiDB 使用 Grafana

要快速了解 TiDB 监控与报警系统的体系、该系统背后的数据流转方式、系统管理方法、系统使用方法和常用监控指标,建议观看下面的培训视频(时长 29 分钟)。注意本视频只作为学习参考,具体的[监控指标与相关报警规则](/alert-rules.md#tidb-报警规则),请以文档内容为准。

<video src="https://download.pingcap.com/docs-cn%2FLesson13_monitor.mp4" width="100%" height="100%" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson13.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson13_monitor.mp4" width="100%" height="100%" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson13.png"></video>
2 changes: 1 addition & 1 deletion user-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: TiDB 用户账户管理主要包括用户名和密码设置、添加用

要快速了解 TiDB 如何进行认证与赋权并创建与管理用户账户,建议先观看下面的培训视频(时长 22 分钟)。注意本视频只作为学习参考,如需了解具体的用户账户管理方法,请参考本文档的内容。

<video src="https://download.pingcap.com/docs-cn%2FLesson11_security.mp4" width="600px" height="450px" controls="controls" poster="https://download.pingcap.com/docs-cn/poster_lesson11.png"></video>
<video src="https://docs-download.pingcap.com/media/videos/docs-cn%2FLesson11_security.mp4" width="600px" height="450px" controls="controls" poster="https://docs-download.pingcap.com/media/videos/docs-cn/poster_lesson11.png"></video>

## 用户名和密码

Expand Down

0 comments on commit fe67394

Please sign in to comment.