View Single Post
TheWho
AlliedModders Donor
Join Date: Jul 2012
Old 11-06-2016 , 17:36   Re: Banlist slow loading query on recent MYSQL versions
Reply With Quote #18

I exported sb_bans, DROP sb_bans, changed following and imported the table again:
Code:
PRIMARY KEY (`bid`),
  KEY `sid` (`sid`),
  KEY `authid` (`authid`),
  KEY `aid` (`aid`),
  KEY `type` (`type`),
  KEY `reason` (`reason`(255))

Last edited by TheWho; 11-06-2016 at 17:39.
TheWho is offline