Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 committed Oct 12, 2024
1 parent ee194c2 commit dbf98d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone https://githubfast.com/matrixorigin/mo-tpcc.git

### 1. 配置 *props.mo* 文件

克隆 *mo-tpch* 仓库到本地后,在本地打开 *mo-tpch* 文件夹,按照下面的配置项,修改文件夹中的 *props.mo* 文件。数据仓库的数量可以通过该文件中的 `warehouse=XX` 行进行配置。
克隆 *mo-tpcc* 仓库到本地后,在本地打开 *mo-tpcc* 文件夹,按照下面的配置项,修改文件夹中的 *props.mo* 文件。数据仓库的数量可以通过该文件中的 `warehouse=XX` 行进行配置。

```
db=mo
Expand Down Expand Up @@ -73,7 +73,7 @@ cd mo-tpcc

__Note__: 如果在运行 `./runSQL.sh props.mo tableCreates` 时产生 `java:command not found` 报错,那么你需要在你计算机上安装或重新安装 Java 和 JDK。

上面的代码表示,进入到 *mo-tpch* 文件夹目录,执行代码创建完成 TPCC 数据库和表。
上面的代码表示,进入到 *mo-tpcc* 文件夹目录,执行代码创建完成 TPCC 数据库和表。

执行完成后,输出结果示例如下:

Expand Down

0 comments on commit dbf98d1

Please sign in to comment.