bccamp
Technical User
- Jan 20, 2005
- 69
I'm the administrator for a website that began with a pre mysql 4.1. The passwords for the users are stored in 16 bit format. The mysql has been upgraded to a version 5, but the passwords in the table remained in a 16 bit format, instead of being converted to the 41 bit format that is now standard from what I've read. My question is can the 16 bit hash be converted to the 41 bit hash without each user loging in and resetting their password?
I want to move the site to another host, but when I sync the database tables to my local testing machine for transfer, the passwords are no longer recognized. Is there a way to maintain the 16bit hash when upgrading? setting the password field size to 16?
If anyone know the answer to this one, I can stop sweating.
I want to move the site to another host, but when I sync the database tables to my local testing machine for transfer, the passwords are no longer recognized. Is there a way to maintain the 16bit hash when upgrading? setting the password field size to 16?
If anyone know the answer to this one, I can stop sweating.