-- MySQL dump 9.11
--
-- Host: localhost Database: downloadlogs
-- ------------------------------------------------------
-- Server version 4.0.24-standard
--
-- Table structure for table `CountryCodeOnly`
--
CREATE TABLE CountryCodeOnly (
ip_from double default NULL,
ip_to double default NULL,
country_code varchar(5) default NULL,
country_name varchar(100) default NULL
) TYPE=MyISAM;
but my NetFlow Analyzer working with postgres. Please, help me. How i can setup Geo Location on NetFlow Analyzer 9 eval.?
Thanks