Thread: Mysql5
View Single Post
  #3  
Old 06-19-2006, 09:21 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by mattmeck
no and no.
alter table account DROP packencrypt;
alter table character_ change extprofile extprofile blob NULL;
alter table player_corpses change data data blob NULL;
alter table player_corpses_backup change data data blob NULL;

Does this go for MySql4x also?
Reply With Quote