please let me know the best way to insert passwords into a mysql database...1. varchar (20) using PASSWORD('$password')2. varchar (20) using MD5('$password')3. other?This one is important! If I were to encrypt/hash the passwords in the mysql DB and then would have to upgrade servers moving...
More...