How often is the database updated?
The database is updated every month. About 1% of the database changes every
month.
Are the monthly update a complete set of all entries or only a part of all IP-Address ?
The monthly update are a complete set of all entrie.
How do you dispatch the montly updates? By e-mail, regular mail,downloadable?
Downloadable.
How accurate is your database?
The database is about 98% accurate.
What is the database format?
The database format is known as Comma Separated Values (CSV). All fields
are separated by a comma and each individual line is a record by itself.
Would it be possible to receive the database as a mysql dump
file instead of the CSV file?
You can receive the database as a mysql dump file instead of the CSV file.
What is the size of the database?
The March 2005 CSV file is 10.38 Megabytes.
What is the definition of each column in the table?
Field | Data Type | Field Description |
Start IP Number | unsigned int | First IP in netblock, IP Number |
End IP Number | unsigned int | Last IP in netblock, IP Number |
Country Code | char(2) | ISO 3166 Country Code |
Country Name | varchar(50) | The name of the country |
ISP NAME | varchar(255) | Internet Service Provider or company's name |
How do I create and import the database into MySQL database?