Skip to content

An automated import from Maxmind's GeoIP Legacy Country CSV, from CSV to MySQL

Notifications You must be signed in to change notification settings

davidsneal/maxmind-csv-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaxMind CSV Import

An automated import from MaxMind's GeoIP Legacy Country CSV, from CSV to MySQL, inspired by Vincent de Lau

Screenshots

Initial welcome screen

Image

Progress window

Image

Setup

Place the repository files in the root folder of a local environment.

Change the $config settings in /inc/import_csv.php to match your requirements.

// config settings for the import
public $config = array(
						'host' 		=> 'localhost',
						'user' 		=> 'root',
						'password' 	=> '',
						'database' 	=> 'geoip',
						'file' 		=> '/pathto/csv.csv',
					);

About

An automated import from Maxmind's GeoIP Legacy Country CSV, from CSV to MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published