[SUCHE]loginlog2 Table!!

11/07/2011 01:59 stylomaylo65#1
Hey,

bei mir ist die tabel loginlog2 gecrasht bzw verloren gegangen, wie genau das passieren konnte weiß ich selber nicht. Könnte mir jemand die drei datein:

loginlog2.frm
loginlog2.MYD
loginlog2.MYI

hochladen? Wäre echt sehr nett!!


MfG
11/07/2011 02:06 .SoNiiC.#2
mach sie dir doch selber ^^
11/07/2011 02:31 stylomaylo65#3
ya wie den >.< xD
11/02/2012 09:18 lucy08#4
DROP TABLE IF EXISTS `loginlog2`;
CREATE TABLE `loginlog2` (
`id` int(11) NOT NULL auto_increment,
`type` text,
`is_gm` int(11) default NULL,
`login_time` datetime default NULL,
`channel` int(11) default NULL,
`account_id` int(11) default NULL,
`pid` int(11) default NULL,
`client_version` text,
`ip` text,
`logout_time` datetime default NULL,
`playtime` int(11) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=293362 DEFAULT CHARSET=latin1;