How to reset Drupal admin password

m
m
Line 12: Line 12:
 
'''2'''. '''Select the Drupal database''' from the left-side list. You'll be presented with the Drupal database’s tables.
 
'''2'''. '''Select the Drupal database''' from the left-side list. You'll be presented with the Drupal database’s tables.
  
'''3'''. Click on the '''SQL tab'''. In the text field enter the following SQL query:
+
'''3'''. Click on the '''SQL tab'''at the top of the page. In the text field enter the following SQL query:
  
 
     ''update users set pass=md5(‘NEWPASS’) where uid = 1;''
 
     ''update users set pass=md5(‘NEWPASS’) where uid = 1;''

Revision as of 09:11, 31 October 2011

rss feed for my website