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?
source
share