Error MySQl

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 28, 2007
Messages
9
Reaction score
0
During my Batch File to MySQl, i have two errors
Table :
-basic_skill
-citems

I must to use Blob

*basic_skill :
Code:
`basic_skills` varchar(3000) default '11,12,13,14,15,16,17,18,19,20,21,22,25,5000,5001,101,102,103,104,105,106,107,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0',
*citems :
Code:
`citems` varchar(1000) default '0|0|0|0|0',
but i don't know blob

I change "varchar" to "blob" and i delete "default value" and it's Ok but i don't have base skill in game -_-
 
just change the 3000 to 255 and the 1000 to 255 and batch that white beeze
 
Status
Not open for further replies.
Back
Top