Skip to content

Commit fa382d9

Browse files
Merge pull request #1235 from maxmind/luna/fix-mysql-tutorial
Notify users about updated MySQL tutorial to address IPv4 and IPv6 ov…
2 parents 6323c74 + 01a4232 commit fa382d9

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

content/geoip/importing-databases/mysql.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ draft: false
33
title: 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+
619
This guide will show you how to import GeoIP2 or GeoLite2 databases into MySQL
720
so that they can be easily queried and manipulated on your server.
821

content/geoip/release-notes/2024.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ outputs: ['html', 'rss']
99
Subscribe 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

1430
On November 29, 2024, we will update the ISP and Organization name for the

0 commit comments

Comments
 (0)