Jump to content

[Problema] Arena De Duelos


Marcos Daniel
 Share

Recommended Posts

 

 

Ainda não li os syserr, no entanto o do hint é apenas um aviso. Isto deverá eliminar:

 

 

SET FOREIGN_KEY_CHECKS=0;

 

DROP TABLE IF EXISTS `new_log`;

CREATE TABLE `new_log` (

`vnum` varchar(25) COLLATE latin1_bin DEFAULT NULL,

`ID` int(25) DEFAULT NULL,

`type` varchar(25) COLLATE latin1_bin DEFAULT NULL,

`time` time DEFAULT NULL,

`who` int(25) DEFAULT NULL,

`x` int(25) DEFAULT NULL,

`y` int(25) DEFAULT NULL,

`what` int(25) DEFAULT NULL,

`how` text COLLATE latin1_bin,

`hint` text COLLATE latin1_bin,

`ip` varchar(50) COLLATE latin1_bin DEFAULT NULL

) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_bin;

 

 

 

Mas e o problema da Arena alguém me consegue ajudar o porquê de me acontecer isso? É que gostava imenso de ter a funcionar ..
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...