Import the latest MaxMind GeoLite2 database into MySQL

MaxMind now offers the GeoLite2 database as described on their website .

The problem is that they no longer offer CSV downloads, but only the binary format of the MMDB database.

I cannot find anything on the Internet about how to decouple the MMDB format and install it in my local MySQL database.

When I open the MMDB file in Notepad +, it is just a binary mess.

How can I use this MMDB file to populate my local MySQL database?

+4
source share
2 answers

MaxMind now offers the GeoLite2 database as described on their website.

, CSV, MMDB.

:

Geolite2_city Geolite2_country CSV

+6

CSV MMDB , MySQL.

0

All Articles