Jump to content

Sant Ana

Members
  • Content Count

    7
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Sant Ana reacted to jaBote in [SQL]: DB error - Table 'db.loginlog' doesn't exist   
    Um pouco máis simple. Execute este trecho de código na main database:
     
    #Database: ragnarok#Table: loginlogCREATE TABLE `loginlog` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`)) ENGINE=MyISAM ;  
     
    P.S: Infelizmente, eu não sou bom em Português. Posso tentar de ajudar-le em Espanhol ou Inglês se prefere.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.