File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -402,6 +402,8 @@ CREATE TABLE long_varbinary_datatypes(
402
402
set time_zone= ' +00:00' ;
403
403
```
404
404
405
+ Insert minimal acceptable values into the test table:
406
+
405
407
``` mysql
406
408
-- MIN values
407
409
INSERT INTO datatypes SET
@@ -500,6 +502,8 @@ INSERT INTO long_varbinary_datatypes SET
500
502
;
501
503
```
502
504
505
+ Insert maximum acceptable values into the test table:
506
+
503
507
``` mysql
504
508
-- MAX values
505
509
INSERT INTO datatypes SET
@@ -727,8 +731,10 @@ You may want to adjust dirs where to keep `ZIP` and `CSV` file
727
731
728
732
In ` run_airline_ontime_data_download.sh ` edit these lines:
729
733
``` bash
734
+ ...
730
735
ZIP_FILES_DIR=" zip"
731
736
CSV_FILES_DIR=" csv"
737
+ ...
732
738
```
733
739
You may want to adjust number of files to download (In case downloading all it may take some time).
734
740
@@ -986,8 +992,10 @@ Run [datareader script](run_airline_ontime_data_reader.sh)
986
992
987
993
You may want to adjust ` PYTHON` path and source and target hosts and usernames
988
994
` ` ` bash
995
+ ...
989
996
PYTHON=python3.6
990
997
PYTHON=/home/user/pypy3.5-5.9-beta-linux_x86_64-portable/bin/pypy
998
+ ...
991
999
` ` `
992
1000
` ` ` bash
993
1001
...
@@ -1005,11 +1013,13 @@ Run [data importer script](run_airline_ontime_import.sh)
1005
1013
1006
1014
You may want to adjust ` CSV` files location, number of imported files and MySQL user/password used for import
1007
1015
` ` ` bash
1016
+ ...
1008
1017
# looking for csv files in this dir
1009
1018
FILES_TO_IMPORT_DIR=" /mnt/nas/work/ontime"
1010
1019
1011
1020
# limit import to this number of files
1012
1021
FILES_TO_IMPORT_NUM=3
1022
+ ...
1013
1023
` ` `
1014
1024
` ` ` bash
1015
1025
...
You can’t perform that action at this time.
0 commit comments