Untitled
unknown
plain_text
2 years ago
491 B
13
Indexable
This is included for complete any head scratching about how the data files were generated. You need to log into an ec2 to execute. mysql -u core -h demo-db.staging.resy.nt -B -e "use core;select * from location_info order by id;" > demo-location-info.tsv mysql -u core -h db.staging.resy.nt -B -e "use core;select * from location_info order by id;" > staging-location-info.tsv mysql -u core -h db.dev.resy.nt -B -e "use core;select * from location_info order by id;" > dev-location-info.tsv
Editor is loading...
Leave a Comment