View Single Post
  #2  
Old 11-06-2004, 12:06 PM
Laviathon
Sarnak
 
Join Date: Aug 2003
Location: NY
Posts: 78
Default

try doing this goto comand prompt
type
Code:
CD C:\mysql\bin
hit enter

next

Code:
mysql -u root mysql
hit enter

next
Code:
Use eq;
hit enter

then put in
Code:
ALTER TABLE `player_corpses` ADD `rezzed` TINYINT UNSIGNED DEFAULT "0";
this should work
__________________
Reply With Quote