File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ draft: false
33title : Importing GeoIP2 and GeoLite2 databases to MySQL
44---
55
6+ {{< alert warning >}}
7+
8+ On Wednesday, November 27, 2024 we updated this tutorial to address an issue in
9+ which some IPv4 and IPv6 addresses could overlap. If you used a version of this
10+ tutorial prior to that date, please consult the updated instructions for
11+ querying the data in the following sections below:
12+
13+ - [ Test our table by querying it] ( #test-our-table-by-querying-it )
14+ - [ Order the table for faster searching] ( #order-the-table-for-faster-searching )
15+ - [ Break up our query for faster searching] ( #break-up-our-query-for-faster-searching )
16+
17+ {{</ alert >}}
18+
619This guide will show you how to import GeoIP2 or GeoLite2 databases into MySQL
720so that they can be easily queried and manipulated on your server.
821
Original file line number Diff line number Diff line change @@ -9,6 +9,22 @@ outputs: ['html', 'rss']
99Subscribe to the [ GeoIP release notes RSS feed] ( /geoip/release-notes/rss.xml ) .
1010{{</ alert >}}
1111
12+ {{< release-note date="2024-12-02" title="Updated MySQL tutorial" >}}
13+
14+ On November 27, 2024, we updated our
15+ [ tutorial on importing the CSV version of MaxMind databases to MySQL] ( /geoip/importing-databases/mysql/ )
16+ to address an issue in which some IPv4 and IPv6 addresses could overlap.
17+
18+ Our updated tutorial includes new instructions for querying the resulting MySQL
19+ tables in order to account for this possibility.
20+
21+ If you used a previous version of this tutorial, it is recommended that you
22+ consult the updated version. You can get a list of the updated sections in the
23+ alert at the top of the updated tutorial, or you can
24+ [ view the change on Github] ( https://github.com/maxmind/dev-site/pull/1234/files ) .
25+
26+ {{</ release-note >}}
27+
1228{{< release-note date="2024-11-26" title="Updated ISP and Organization name for Dish Wireless" >}}
1329
1430On November 29, 2024, we will update the ISP and Organization name for the
You can’t perform that action at this time.
0 commit comments