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'''. 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;'' |