Skip to content

Commit

Permalink
update main branch (#913)
Browse files Browse the repository at this point in the history
* add doc of lcase/ucase

* add doc of architecture-wal

* update doc of save_query_result

* update release-notes

* update version
  • Loading branch information
yangj1211 authored Dec 29, 2023
1 parent 73aea25 commit fce2516
Show file tree
Hide file tree
Showing 36 changed files with 641 additions and 94 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 建设情况

目前,MatrixOne v1.0.0 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v1.0.0.md)来了解最新的发布信息,其中包含了最新的修改与优化。
目前,MatrixOne v1.0.2 已经发布了,您可以通过[版本发布指南](./../../Release-Notes/v1.0.2.md)来了解最新的发布信息,其中包含了最新的修改与优化。

关于长期的项目规划,请参阅 [MatrixOne Roadmap](https://github.com/matrixorigin/matrixone/issues/613)

Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne/Deploy/deploy-MatrixOne-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ mysql -h $(kubectl get svc/mo-tp-cn -n mo-hn -o jsonpath='{.spec.clusterIP}') -P
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 163
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne/Deploy/update-MatrixOne-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
root@master0 ~]# mysql -h $(kubectl get svc/mo-tp-cn -n mo-hn -o jsonpath='{.spec.clusterIP}') -P 6001 -uroot -p111
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MySQL connection id is 1005
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ MatrixOne 擅长 HTAP 场景的事务处理和低延迟分析计算,ElasticSea

### 环境准备

- MatrixOne 版本:1.0.0
- MatrixOne 版本:1.0.2

- Elasticsearch 版本:7.10.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Apache Flink 是一个强大的框架和分布式处理引擎,专注于进行

本次实践需要安装部署以下软件环境:

- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.0.0-rc1/MatrixOne/Get-Started/install-standalone-matrixone/)
- 完成[单机部署 MatrixOne](https://docs.matrixorigin.cn/1.0.2/MatrixOne/Get-Started/install-standalone-matrixone/)
- 下载安装 [lntelliJ IDEA(2022.2.1 or later version)](https://www.jetbrains.com/idea/download/)
- 根据你的系统环境选择 [JDK 8+ version](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html) 版本进行下载安装。
- 下载并安装 [Kafka](https://archive.apache.org/dist/kafka/3.5.0/kafka_2.13-3.5.0.tgz),推荐版本为 2.13 - 3.5.0。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Apache Spark 是一个为高效处理大规模数据而设计的分布式计算

本次实践需要安装部署以下软件环境:

- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.0.0-rc1/MatrixOne/Get-Started/install-standalone-matrixone/)
- 已完成[安装和启动 MatrixOne](https://docs.matrixorigin.cn/1.0.2/MatrixOne/Get-Started/install-standalone-matrixone/)
- 下载并安装 [IntelliJ IDEA version 2022.2.1 及以上](https://www.jetbrains.com/idea/download/)
- 下载并安装 [JDK 8+](https://www.oracle.com/sg/java/technologies/javase/javase8-archive-downloads.html)
- 如需从 Hive 导入数据,需要安装 [Hadoop](http://archive.apache.org/dist/hadoop/core/hadoop-3.1.4/)[Hive](https://dlcdn.apache.org/hive/hive-3.1.3/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export SEATNUNNEL_HOME="/root/seatunnel"
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
```

2. 使用 [mo_ctl](https://docs.matrixorigin.cn/1.0.0-rc1/MatrixOne/Maintain/mo_ctl/) 工具将 MySQL 的 DDL 语句直接导入至 MatrixOne。执行以下命令:
2. 使用 [mo_ctl](https://docs.matrixorigin.cn/1.0.2/MatrixOne/Maintain/mo_ctl/) 工具将 MySQL 的 DDL 语句直接导入至 MatrixOne。执行以下命令:

```shell
mo_ctl sql /root/mysql.sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne
Protocol version: 10
Connection: 127.0.0.1 via TCP/IP
Client characterset: utf8mb4
Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne/Develop/connect-mo/database-client-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ MatrixOne 现在支持通过以下几种数据库客户端工具的方式连接
```
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1031
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PyMySQL 是一个纯 Python MySQL 客户端库。
```
> python3 pymysql_connect_matrixone.py
Database version : 8.0.30-MatrixOne-v1.0.0
Database version : 8.0.30-MatrixOne-v1.0.2
```
## 使用 sqlalchemy 连接 MatrixOne
Expand Down
2 changes: 1 addition & 1 deletion docs/MatrixOne/Develop/import-data/bulk-load/load-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ __Note__: *csv*(逗号分隔值)文件是一种特殊的文件类型,可
3. 使用 Docker 启动 MatrixOne,启动时将存放了数据文件的目录 *~/tmp/docker_loaddata_demo/* 挂载到容器的某个目录下,这里容器目录以 */ssb-dbgen-path* 为例:
```
sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:1.0.0
sudo docker run --name matrixone --privileged -d -p 6001:6001 -v ~/tmp/docker_loaddata_demo/:/ssb-dbgen-path:rw matrixorigin/matrixone:1.0.2
```
4. 连接 MatrixOne 服务:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ select * from tool;

## 限制说明

MatrixOne 1.0.0-rc1 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。
MatrixOne 1.0.2 版本已经支持 MySQL 的建表语句,因此可以顺畅地将 MySQL 表迁移到 MatrixOne 上。不过需要注意,在迁移过程中,不兼容 MySQL 部分关键字,如 `engine=` 等,在 MatrixOne 中会被自动忽略,也不会影响表结构的迁移。

但需要特别注意的是,尽管 MatrixOne 支持 MySQL 建表语句,如果迁移的表中包含不兼容的数据类型、触发器、函数或存储过程,仍需要手动修改。更多详细的兼容性信息,参见 [MySQL 兼容性](../../../Overview/feature/mysql-compatibility.md)
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ CREATE TABLE table_name (
下面是一个创建带有自增列的表的示例:

```sql
-- 创建了一个名为`employees`的表,其中`id`列被定义为自增列。`id`列的数据类型为`INT`,并通过`AUTO_INCREMENT`关键字指定了自增约束。表的主键设置为`id`列
-- 创建了一个名为 `employees` 的表,其中 `id` 列被定义为自增列。`id` 列的数据类型为 `INT`,并通过 `AUTO_INCREMENT` 关键字指定了自增约束。表的主键设置为 `id`
CREATE TABLE employees (
id INT AUTO_INCREMENT,
name VARCHAR(50),
department VARCHAR(50),
PRIMARY KEY (id)
);

-- 插入数据,并让自增列自动生成唯一的标识值,没有为`id`列指定值,而是通过插入数据时自动为`id`列生成递增的唯一值。每次插入新行时,`id`列的值将自动递增。
-- 插入数据,并让自增列自动生成唯一的标识值,没有为 `id` 列指定值,而是通过插入数据时自动为 `id` 列生成递增的唯一值。每次插入新行时,`id` 列的值将自动递增。

INSERT INTO employees (name, department)
VALUES ('John Doe', 'HR'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ CREATE TABLE Country (

-- 创建一个名为"State"的表,用于存储州/省份信息
CREATE TABLE State (
StateID INT, -- 州/省份ID字段,整型
StateName VARCHAR(100), -- 州/省份名字字段,最大长度100的字符串
StateID INT, -- 州/省份 ID 字段,整型
StateName VARCHAR(100), -- 州/省份名字字段,最大长度 100 的字符串
CountryID INT, -- 国家 ID 字段,整型,与 Country 表的 CountryID 字段对应
PRIMARY KEY (StateID), -- 将 StateID 设定为这个表的主键
FOREIGN KEY (CountryID) REFERENCES Country(CountryID) -- 设置 CountryID 字段为外键,引用 Country 表的 CountryID 字段
Expand All @@ -148,7 +148,7 @@ CREATE TABLE State (
CREATE TABLE City (
CityID INT, -- 城市 ID 字段,整型
CityName VARCHAR(100), -- 城市名字字段,最大长度 100 的字符串
StateID INT, -- 州/省份ID字段,整型,与State表的StateID字段对应
StateID INT, -- 州/省份 ID 字段,整型,与 State 表的 StateID 字段对应
PRIMARY KEY (CityID), -- 将 CityID 设定为这个表的主键
FOREIGN KEY (StateID) REFERENCES State(StateID) -- 设置 StateID 字段为外键,引用 State 表的 StateID 字段
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GCC_VERSION="8.5.0"
CLANG_VERSION="13.0"
GO_VERSION="1.20"
MO_GIT_URL="https://github.com/matrixorigin/matrixone.git"
MO_DEFAULT_VERSION="1.0.0-rc1"
MO_DEFAULT_VERSION="v1.0.2"
GOPROXY="https://goproxy.cn,direct"
STOP_INTERVAL="5"
START_INTERVAL="2"
Expand All @@ -200,7 +200,7 @@ PPROF_PROFILE_DURATION="30"
```
mo_ctl set_conf MO_PATH="/data/mo/matrixone" # 设置自定义的MatrixOne下载路径
mo_ctl set_conf MO_GIT_URL="https://ghproxy.com/https://github.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置代理下载地址
mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.0" # 设置所下载的MatrixOne版本
mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.2" # 设置所下载的MatrixOne版本
```
## 步骤 3:一键安装 MatrixOne
Expand All @@ -218,7 +218,7 @@ mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.0" # 设置所下载的MatrixOne版本
=== "通过 MatrixOne (稳定版本) 代码安装"
```
mo_ctl deploy v1.0.0
mo_ctl deploy v1.0.2
```
## 步骤 4:启动 MatrixOne 服务
Expand Down Expand Up @@ -255,7 +255,7 @@ root@VM-16-2-debian:~# mo_ctl connect
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安
```bash
mkdir -p /root/matrixone & cd /root/
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-linux-x86_64.zip
unzip -d matrixone/ mo-v1.0.0-linux-x86_64.zip
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-linux-x86_64.zip
unzip -d matrixone/ mo-v1.0.2-linux-x86_64.zip
```
ARM 架构系统安装包:
```bash
mkdir -p /root/matrixone & cd /root/
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-linux-arm64.zip
unzip -d matrixone/ mo-v1.0.0-linux-arm64.zip
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-linux-arm64.zip
unzip -d matrixone/ mo-v1.0.2-linux-arm64.zip
```
=== "**下载方式二:`curl` 工具下载二进制包**"
Expand All @@ -110,21 +110,21 @@ Debian11.1 版本默认没有安装 MySQL Client,因此需要手动下载安
```bash
mkdir -p /root/matrixone & cd /root/
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-linux-x86_64.zip
unzip -d matrixone/ mo-v1.0.0-linux-x86_64.zip
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-linux-x86_64.zip
unzip -d matrixone/ mo-v1.0.2-linux-x86_64.zip
```
ARM 架构系统安装包:
```bash
mkdir -p /root/matrixone & cd /root/
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-linux-arm64.zip
unzip -d matrixone/ mo-v1.0.0-linux-arm64.zip
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-linux-arm64.zip
unzip -d matrixone/ mo-v1.0.2-linux-arm64.zip
```
=== "**下载方式三:页面下载**"
如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.0.0](https://github.com/matrixorigin/matrixone/releases/tag/v1.0.0),下拉找到 **Assets** 栏,点击安装包 *mo-v1.0.0-linux-x86_64.zip* 或者 *mo-v1.0.0-linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。
如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.0.2](https://github.com/matrixorigin/matrixone/releases/tag/v1.0.2),下拉找到 **Assets** 栏,点击安装包 *mo-v1.0.2-linux-x86_64.zip* 或者 *mo-v1.0.2-linux-arm64.zip* 下载再使用 ```unzip``` 命令解压即可。
## 步骤 3:安装 mo_ctl 工具
Expand Down Expand Up @@ -180,7 +180,7 @@ root@VM-16-2-debian:~# mo_ctl connect
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
使用以下命令将从 Docker Hub 中拉取 MatrixOne 镜像,你可以选择稳定版本镜像,或开发版本镜像,当 Tag 为 `latest` 时获取最新稳定版本。
=== "稳定版本的镜像(1.0.0)"
=== "稳定版本的镜像(1.0.2)"
```bash
docker pull matrixorigin/matrixone:1.0.0
docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.0.0
docker pull matrixorigin/matrixone:1.0.2
docker run -d -p 6001:6001 --name matrixone matrixorigin/matrixone:1.0.2
```
如果你使用的是中国大陆的网络,你可以拉取阿里云上的 MatrixOne 稳定版本镜像:
```bash
docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.0.0
docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.0.0
docker pull registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.0.2
docker run -d -p 6001:6001 --name matrixone registry.cn-shanghai.aliyuncs.com/matrixorigin/matrixone:1.0.2
```
=== "开发版本的镜像"
Expand All @@ -77,7 +77,7 @@
若 Docker 版本低于 20.10.18 或者 Docker client 和 Docker server 的版本不一致,推荐同时升级到 Docker 最新稳定版本后再尝试。若坚持使用,需要在 ```docker run``` 命令中加上参数 ```--privileged=true```,如:
```bash
docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.0.0
docker run -d -p 6001:6001 --name matrixone --privileged=true matrixorigin/matrixone:1.0.2
```
!!! note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GCC_VERSION="8.5.0"
CLANG_VERSION="13.0"
GO_VERSION="1.20"
MO_GIT_URL="https://github.com/matrixorigin/matrixone.git"
MO_DEFAULT_VERSION="1.0.0-rc1"
MO_DEFAULT_VERSION="v1.0.2"
GOPROXY="https://goproxy.cn,direct"
STOP_INTERVAL="5"
START_INTERVAL="2"
Expand All @@ -184,7 +184,7 @@ PPROF_PROFILE_DURATION="30"
```
mo_ctl set_conf MO_PATH="/Users/username/mo/matrixone" # 设置自定义的MatrixOne下载路径
mo_ctl set_conf MO_GIT_URL="https://ghproxy.com/https://github.com/matrixorigin/matrixone.git" #针对github原地址下载过慢问题,设置代理下载地址
mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.0" # 设置所下载的MatrixOne版本
mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.2" # 设置所下载的MatrixOne版本
```
## 步骤 3:一键安装 MatrixOne
Expand All @@ -202,7 +202,7 @@ mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.0" # 设置所下载的MatrixOne版本
=== "通过 MatrixOne (稳定版本) 代码安装"
```
mo_ctl deploy v1.0.0
mo_ctl deploy v1.0.2
```
## 步骤 4:启动 MatrixOne 服务
Expand Down Expand Up @@ -239,7 +239,7 @@ mo_ctl set_conf MO_DEFAULT_VERSION="v1.0.0" # 设置所下载的MatrixOne版本
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续
```bash
mkdir -p /User/username/mo/matrixone & cd /User/username/mo
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-darwin-x86_64.zip
unzip -d matrixone/ mo-v1.0.0-darwin-x86_64.zip
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-darwin-x86_64.zip
unzip -d matrixone/ mo-v1.0.2-darwin-x86_64.zip
```
ARM 架构系统安装包:
```bash
mkdir -p /User/username/mo/matrixone & cd /User/username/mo
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-darwin-arm64.zip
unzip -d matrixone/ mo-v1.0.0-darwin-arm64.zip
wget https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-darwin-arm64.zip
unzip -d matrixone/ mo-v1.0.2-darwin-arm64.zip
```
=== "**下载方式二:`curl` 工具下载二进制包**"
Expand All @@ -111,21 +111,21 @@ __Tips__: 建议你下载安装这两个下载工具其中之一,方便后续
```bash
mkdir -p /User/username/mo/matrixone & cd /User/username/mo
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-darwin-x86_64.zip
unzip -d matrixone/ mo-v1.0.0-darwin-x86_64.zip
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-darwin-x86_64.zip
unzip -d matrixone/ mo-v1.0.2-darwin-x86_64.zip
```
ARM 架构系统安装包:
```bash
mkdir -p /User/username/mo/matrixone & cd /User/username/mo
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.0/mo-v1.0.0-darwin-arm64.zip
unzip -d matrixone/ mo-v1.0.0-darwin-arm64.zip
curl -OL https://github.com/matrixorigin/matrixone/releases/download/v1.0.2/mo-v1.0.2-darwin-arm64.zip
unzip -d matrixone/ mo-v1.0.2-darwin-arm64.zip
```
=== "**下载方式三:页面下载**"
如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.0.0](https://github.com/matrixorigin/matrixone/releases/tag/v1.0.0),下拉找到 **Assets** 栏,点击安装包 *mo-v1.0.0-darwin-x86_64.zip* 或 *mo-v1.0.0-darwin-arm64.zip* 下载即可。
如果你想通过更直观的页面下载的方式下载,直接点击进入[版本 1.0.2](https://github.com/matrixorigin/matrixone/releases/tag/v1.0.2),下拉找到 **Assets** 栏,点击安装包 *mo-v1.0.2-darwin-x86_64.zip* 或 *mo-v1.0.2-darwin-arm64.zip* 下载即可。
## 步骤 3:安装 mo_ctl 工具
Expand Down Expand Up @@ -181,7 +181,7 @@ mo_ctl set_conf MO_PATH="/User/username/mo/"
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 8.0.30-MatrixOne-v1.0.0 MatrixOne
Server version: 8.0.30-MatrixOne-v1.0.2 MatrixOne

Copyright (c) 2000, 2023, Oracle and/or its affiliates.

Expand Down
Loading

0 comments on commit fce2516

Please sign in to comment.