Archive for June 18th, 2008

Reset Wordpress Password

Wednesday, June 18th, 2008

update wp_users set user_pass = md5(’admin’) where user_login = ‘admin’;