aat669
03-31-2006, 02:01 AM
Hi,
I'm having what seems to be a common problem with my password not being recognized. I've tried resetting it, but that didn't work either.
I've seen previous posts to do the following, but I don't understand where in MySQL (in cPanel) I'm supposed to put it (see info below):
If anyone can help, I'd really appreciate it! I'm not able to post new photos until I can log in! HELP!! :-)
Thanks in advance.
Alice
"if you have Cpanel then
1- if you have pp v1.3
try this query in phpmyadmin in cpanel
UPDATE pixelpost_config SET `password`='mynewpassword'
and it will be ok
2- if you have pp v1.4.x
try this query in phpmyhadmin in cpanel
UPDATE pixelpost_config SET `password`=MD5('mynewpasssword')
OR
if you have set email address in version 1.4.x you can submit it and receive a new password by email through password recovery feature."
I'm having what seems to be a common problem with my password not being recognized. I've tried resetting it, but that didn't work either.
I've seen previous posts to do the following, but I don't understand where in MySQL (in cPanel) I'm supposed to put it (see info below):
If anyone can help, I'd really appreciate it! I'm not able to post new photos until I can log in! HELP!! :-)
Thanks in advance.
Alice
"if you have Cpanel then
1- if you have pp v1.3
try this query in phpmyadmin in cpanel
UPDATE pixelpost_config SET `password`='mynewpassword'
and it will be ok
2- if you have pp v1.4.x
try this query in phpmyhadmin in cpanel
UPDATE pixelpost_config SET `password`=MD5('mynewpasssword')
OR
if you have set email address in version 1.4.x you can submit it and receive a new password by email through password recovery feature."