GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Anyway to change a MySql password via phpmyadmin? (https://gfy.com/showthread.php?t=962464)

Juicy D. Links 04-07-2010 05:08 PM

Anyway to change a MySql password via phpmyadmin?
 
I know its encrypted when you view it but taking a shot in the dark any way of doing this?


X0X0

-JDL

GrouchyAdmin 04-07-2010 05:10 PM

Well, yeah, if you have access to the users table. Duh. :)

Juicy D. Links 04-07-2010 05:12 PM

Quote:

Originally Posted by GrouchyAdmin (Post 17014798)
Well, yeah, if you have access to the users table. Duh. :)

Yeah i do for example

user "juicy"

pass "a3fd82430bee5f99dd7ebf2ad07c2baa"


the pass i can just change it for example to "burp" and it will be ok?

thx in advance

Juicy D. Links 04-07-2010 05:13 PM

i was always under assumption that in the table for password such as


pass "a3fd82430bee5f99dd7ebf2ad07c2baa" <----som sort of encrypted thingy

Varius 04-07-2010 05:15 PM

Hey Juice, long time :)

It depends what way it's encrypted, usually the two most common ways are going to be MySQL's default password function or md5, in which case you can do either of:

UPDATE table SET password=PASSWORD('newone') WHERE user='juicy';

or

UPDATE table SET password=md5('newone') WHERE user='juicy';

directfiesta 04-07-2010 05:15 PM

you need to repace it with an encrypted password ( MD5)

http://md5encryption.com/

Domain Broker 04-07-2010 05:16 PM

change the varchar to md5

Juicy D. Links 04-07-2010 05:24 PM

Quote:

Originally Posted by Varius (Post 17014814)
Hey Juice, long time :)

It depends what way it's encrypted, usually the two most common ways are going to be MySQL's default password function or md5, in which case you can do either of:

UPDATE table SET password=PASSWORD('newone') WHERE user='juicy';

or

UPDATE table SET password=md5('newone') WHERE user='juicy';

Quote:

Originally Posted by directfiesta (Post 17014815)
you need to repace it with an encrypted password ( MD5)

http://md5encryption.com/

Quote:

Originally Posted by Domain Broker (Post 17014817)
change the varchar to md5


cool thx everyone I am gonna test it out now I love u alll

woj 04-07-2010 05:32 PM

may need to "flush privileges" too :2 cents:

GrouchyAdmin 04-07-2010 05:34 PM

then click your ruby slippers three times and repeat 'there's no password like 68b329da9893e34099c7d8ad5cb9c940, there's no password like 68b329da9893e34099c7d8ad5cb9c940, there's no password like 68b329da9893e34099c7d8ad5cb9c940'


All times are GMT -7. The time now is 12:20 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc