Database Reference
In-Depth Information
The validate_htwt.pl script produces no output (except for warning messages) because
it need not reformat any of the input values. If tmp passes validation with no errors, it
can be loaded into MySQL with a simple LOAD DATA statement:
mysql> LOAD DATA LOCAL INFILE 'tmp' INTO TABLE tbl_name ;
Search WWH ::




Custom Search