File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424* .out
2525videx.egg-info
2626tpch_tiny.sql
27+ ! example /tpch_tiny.sql.gz
2728videx_metadata_tpch_tiny.json
2829dist
2930data
Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ cd $VIDEX_HOME
184184mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e " create database tpch_tiny;"
185185
186186# Import data
187- tar -zxf data/tpch_tiny/tpch_tiny.sql.tar .gz
187+ gunzip data/tpch_tiny/tpch_tiny.sql.gz
188188mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
189189```
190190
191- ** For Windows Uesrs :**
191+ ** For Windows Users :**
192192``` cmd
193193# Change to project directory (assuming VIDEX_HOME environment variable is set)
194194cd %VIDEX_HOME%
@@ -198,7 +198,7 @@ cd %VIDEX_HOME%
198198mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e "create database tpch_tiny;"
199199
200200# Import data
201- tar -zxf data/tpch_tiny/tpch_tiny.sql.tar .gz
201+ gunzip data/tpch_tiny/tpch_tiny.sql.gz
202202mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
203203```
204204
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ cd %VIDEX_HOME%
185185mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e " create database tpch_tiny;"
186186
187187# 导入数据
188- tar -zxf data/tpch_tiny/tpch_tiny.sql.tar .gz
188+ gunzip data/tpch_tiny/tpch_tiny.sql.gz
189189mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
190190```
191191
@@ -199,7 +199,7 @@ cd %VIDEX_HOME%
199199mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e "create database tpch_tiny;"
200200
201201# 导入数据
202- tar -zxf data/tpch_tiny/tpch_tiny.sql.tar .gz
202+ gunzip data/tpch_tiny/tpch_tiny.sql.gz
203203mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
204204```
205205
You can’t perform that action at this time.
0 commit comments