Jump to content
Common

Erro básico

Recommended Posts

https://github.com/rathena/rathena/blob/master/sql-files/logs.sql

 

ou

#Table: loginlog
CREATE TABLE IF NOT EXISTS `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 ;
Link to comment
Share on other sites

 

https://github.com/rathena/rathena/blob/master/sql-files/logs.sql

 

ou

#Table: loginlog
CREATE TABLE IF NOT EXISTS `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 ;

Com proceder vulgo Julio proprietário da ImpressorasBrasil :o <3?

Edited by Common
Link to comment
Share on other sites

Ja foi Resolvido, eu coloquei os logs fora do db do ragnarok e tive q alterar uma linha do inter_athena para logs ao invés de ragnarok, resolvido. Vlw pela a atenção Julio.

 

Closed please.

Link to comment
Share on other sites

Com toda certeza, eu sempre fiz assim pra deixar mais clean kkkkkk

foi essa linha

line 63 - log_db_db: logs

e tava como ragnarok dai foi só alterar...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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