Top Left Text cha

Web & App Development

UPDATE users SET pass = md5('newpassword') WHERE uid = 1;

or if an older version, the table might be 'shared_users'.  So...

UPDATE shared_users SET pass = md5('newpassword') WHERE uid = 1;

Add comment


Security code
Refresh

  • No comments found

Leave your comments

Post comment as a guest

0
Your comments are subjected to administrator's moderation.
X