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).