Skip to content

Commit

Permalink
Merge pull request #1235 from maxmind/luna/fix-mysql-tutorial
Browse files Browse the repository at this point in the history
Notify users about updated MySQL tutorial to address IPv4 and IPv6 ov…
  • Loading branch information
christophermluna authored Dec 2, 2024
2 parents 6323c74 + 01a4232 commit fa382d9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/geoip/importing-databases/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ draft: false
title: Importing GeoIP2 and GeoLite2 databases to MySQL
---

{{< alert warning >}}

On Wednesday, November 27, 2024 we updated this tutorial to address an issue in
which some IPv4 and IPv6 addresses could overlap. If you used a version of this
tutorial prior to that date, please consult the updated instructions for
querying the data in the following sections below:

- [Test our table by querying it](#test-our-table-by-querying-it)
- [Order the table for faster searching](#order-the-table-for-faster-searching)
- [Break up our query for faster searching](#break-up-our-query-for-faster-searching)

{{</ alert >}}

This guide will show you how to import GeoIP2 or GeoLite2 databases into MySQL
so that they can be easily queried and manipulated on your server.

Expand Down
16 changes: 16 additions & 0 deletions content/geoip/release-notes/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ outputs: ['html', 'rss']
Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml).
{{</ alert >}}

{{< release-note date="2024-12-02" title="Updated MySQL tutorial" >}}

On November 27, 2024, we updated our
[tutorial on importing the CSV version of MaxMind databases to MySQL](/geoip/importing-databases/mysql/)
to address an issue in which some IPv4 and IPv6 addresses could overlap.

Our updated tutorial includes new instructions for querying the resulting MySQL
tables in order to account for this possibility.

If you used a previous version of this tutorial, it is recommended that you
consult the updated version. You can get a list of the updated sections in the
alert at the top of the updated tutorial, or you can
[view the change on Github](https://github.com/maxmind/dev-site/pull/1234/files).

{{</ release-note >}}

{{< release-note date="2024-11-26" title="Updated ISP and Organization name for Dish Wireless" >}}

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

0 comments on commit fa382d9

Please sign in to comment.