View Single Post
Old 12-23-2005, 04:34 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

You could try to use shorter varchar fields. If the maximum length of the key is 500 in this version of mysql, using VARCHAR(250) for each field should be ok.

Note that I have no idea how this invite script works. This small change shouldn't break anything but it might..
Harm is offline   Reply With Quote