View Single Post
06-30-2009, 04:13 PM
#9
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

No problem. Good work on changing the password to 32 characters, making it work properly! Note, it can be CHAR(32) instead of VARCHAR(32) if it is not already... there is no need to use a variable-length type (VARCHAR) on something that will always be a fixed length.

Reply With Quote