Query ipcc
database from MySQL server and return data in TSV format
(Tab-Separated Values).
- SQL
- Shell
The ipcc
database can be imported from CSV files to MySQL server
with scripts and data included in the ipcc-database repository:
https://github.com/medea-project/ipcc-database
Using defaults, the script runs locally as database user 'root' without password:
$ acquire.sh
Extra parameters can be provided to connect to a remote database, specifying the user name and hostname:
$ acquire.sh 'user' 'hostname'