public void Init() { TableUtils.DropTable("ip_geopoint"); TableUtils.CreateIpGeoTable(); TableUtils.InsertIntoIpGeoTable(); }