palinkas-jo-reggelt / GeoLite2SQL

Import MaxMinds GeoLite2 data into MySQL
4 stars 6 forks source link

v.12 Added MSSQL support; Added some console information about proces… #1

Closed lcamilo closed 4 years ago

lcamilo commented 4 years ago
palinkas-jo-reggelt commented 4 years ago

The progress counter stuff is really cool but the incremental update is supposed to be run in the middle of the night unattended. I got rid of it, but copied the changes into a new file "not verbose". Have a look and let me know what you think about it.

lcamilo commented 4 years ago

I think the best way would be to have a single script and receive a parameter if you want it to be verbose or not. Leaving two files doing the same task is bad, because a correction may be applied to one file and forgotten in the other.