View Single Post
  #1  
Old 04-08-2004, 06:19 PM
vetoeq
Hill Giant
 
Join Date: Apr 2003
Posts: 125
Default

I haven't done it yet on my DB but I -think- what he's saying is this:

Code:
mysql -u root
use eq;
update variables set value=255 where varname like 'expansions';
But I could be wrong so might be best to get a validation before you do this (or backup your DB).
Reply With Quote