Jump to content

Verdict Reached -- Mysql and phpmyadmin do not like me


bgbs

Recommended Posts

I'm not a mysql phpmyadmin guru, but I frequently use phpmyadmin to tinkle with the database to make various changes. I run a membership type website in which people open accounts and utilize services. The problem I have is that if I change a password for any registered member using phpmyadmin then the password no longer works; a member cannot login with it. The password field type is set as varchar(64) and function is not set.  I tried applying different functions from such as ASCI, password, CHAR,HEX, but nothing I do works. Does anyone know what I'm supposed to do now?

Does the password look like a string of numbers and letters before you change it? If so it could be an MD5 hash (or other hash). If that's the case you'd need to first encode the password to MD5 with a website like this one:

 

http://7thspace.com/webmaster_tools/online_md5_encoder.html

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.