[FIX] t_iplist
#1

Insert into _auth db: / In die _auth db einfügen:

 

-- ----------------------------
-- Table structure for `t_iplist`
-- ----------------------------
DROP TABLE IF EXISTS `t_iplist`;
CREATE TABLE `t_iplist` (
`a_index` int(11) NOT NULL AUTO_INCREMENT,
`a_ipstart_N` bigint(13) NOT NULL DEFAULT '0',
`a_ipend_N` bigint(13) NOT NULL DEFAULT '0',
`a_nation_S` varchar(50) NOT NULL DEFAULT '',
`a_nationcode` int(11) NOT NULL DEFAULT '-1',
PRIMARY KEY (`a_index`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of t_iplist
-- ----------------------------
INSERT INTO `t_iplist` VALUES ('6', '0', '9999999999', 'US', '-1');
INSERT INTO `t_iplist` VALUES ('7', '0', '9999999999', 'DE', '-1');

 

Also change this mysql variable "lower_case_table_names" to 2, to fix some problems. (Only OpenSuse)

Und ändert diese mysql variable "lower_case_table_names" auf 2 um ein paar probleme zu beheben. (Nur OpenSuse)

 

Cretis Falo

#2
Don't help

#3
I dont think this will help alot, if you make a thread for every release this section will be filled up with unuseful shi*t

#4

Answers from newbie.

You know, for what tat actually is?

#5
ty.. this fixed my problem.

#6
thanks



Forum Jump:


Users browsing this thread: 1 Guest(s)