In SQL Manager - open up Monster DB and press the little SQL button, paste the following in to change the whole DB.
UPDATE Monster
SET Exp = Exp * 2
you right click the code window to select run and of course the * 2 can be changed to whatever number you want.