Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts

Friday, March 30, 2012

Reset Password Joomla

UPDATE `jos_users` SET `password` = MD5( 'new_password' ) WHERE `jos_users`.`username` = "admin" ;