Learning On Demand

Learning anything from anywhere

2 Comments

November 29th, 2008 @8:08 pm  

Thanks a lot! This post helped me out!

mygif
August 24th, 2009 @10:23 pm  

Hi

Here another way without use md5 utility
Directly from mysql

mysql> use cacti
mysql> update user_auth set password=MD5(“your_new_pass”) where username = “admin”;


Juan

mygif
Leave Your Comments Below

Please Note: All comments will be hand modified by our authors so any unsuitable comments will be removed and you comments will be appreared after approved