MySQL
Update WHMCS Password Info
Jan 11th
update tbladmins set password=md5(‘password’) where username=’username’
Tricks for replacing Passwords in MD5 for MySql
Dec 13th
update passwd_table_name set passwd=md5('newpasswordhere') where username='admin'





