About 7,230,000 results
Open links in new tab
  1. Where does MaxMind get its data and how can you access it?

    Aug 7, 2013 · MaxMind periodically tests the accuracy of the data used in GeoIP2 products and services. Accuracy is calculated by checking known web user IP address and location pairs against …

  2. Springboot 3.3 can't get Maxmind GeoLite2-Country.mmdb file from ...

    Nov 11, 2024 · I'm using maxmind GeoLite2-Country.mmdb in springboot 3.3. This what I did: I subscribed and got a maxmind free licence which I used to download the database with bellow …

  3. php - Exception - Maxmind geoip2 - Stack Overflow

    Sep 30, 2021 · Exception - Maxmind geoip2 Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 2k times

  4. nginx - GeoIP.dat.gz and GeoLiteCity.dat.gz not longer available ...

    Jan 8, 2019 · You can convert MaxMind GeoLite2 Database to the old legacy format with this script: Example: ./geolite2legacy.py -i GeoLite2-Country-CSV.zip -f geoname2fips.csv -o GeoIP.dat

  5. database - How to see .mmdb file content? - Stack Overflow

    Aug 8, 2018 · See Maxmind's mmdb file specification. mmdb databases are self contained "search tree indexed files" so you cannot just sequentially read and display the file record by record (even its …

  6. maxmind - GeoLite2-City: Is either missing or outdated, downloading ...

    Apr 14, 2024 · What fixed it for me was adding your maxmind account-id to either .env or package.json file, as suggested in https://github.com/runk/node-geolite2#readme. The license-key only flow must …

  7. geoip - Apache mod_maxminddb - not showing country code, ERROR ...

    Apr 13, 2020 · I installed mod_maxmindb as suggested on github. Probably i missed something but i don't get an country code or something else. I found 2 issues: during make --> dlname not found …

  8. WooCommerce 4.1+ Geolocation / Geo_IP and Maxmind GeoLite2?

    May 10, 2020 · Maxmind GeoLite2 is FREE. Since WooCommerce 4.1 things are changing and you have now to signup for Maxmind GeoLite2. It will allow you to generate GeoLite2 license key, that …

  9. How to Convert a Maxmind .MMDB to .DAT? - Stack Overflow

    Jan 10, 2014 · How to convert MaxMinds MMDB GeoIP to DAT format so that I can use with modsecurity+Apache. Modsecurity supports only DAT format.

  10. curl - Maxmind API request 401 - Stack Overflow

    Jan 10, 2025 · I'm trying to use the MaxMind API to retrieve the country information for an IP address in PrestaShop. However, the response consistently fails with a 401 error.