Reset password page drupal hosting

How to reset my Drupal admin password?

Ans:- The Drupal admin password can be easily reset from the Drupal database. The Drupal database can be accessed through phpMyAdmin tool available with your web hosting account. Follow the below steps to get your drupal admin password reset quickly:

1. Login to cPanel -> Databases box -> phpMyAdmin;
2. Select the Druapl database folder from the left navigation bar. The page will refresh and and the Drupal database’s tables will be displayed on it.
3. Click on the SQL tab.
4. In the text field write the following SQL query:

Reset password page drupal hosting you should

update users set pass=md5(‘NEWPASS’) where uid = 1; where “NEWPASS” is your new Drupal administrative password.

Click on the “GO” button to submit the query. If the query is executed correctly and no errors are displayed then you should be able to login with the new password.

If there’s any problem while resetting the password, contact your web hosting provider for further assistance. Web Hosting UK provides the best Drupal hosting services and such requests are handled with ease.

About Web Hosting UK

Founded in the year 2001 - Web Hosting UK (WHUK) has transformed itself onto a renowned name amongst the UK's elite managed hosting providers. Since inception, the determination has been to provide customers with cost effective and easy to use managed web hosting services backed by an unmatched 24/7 technical support and guaranteed server uptime. To help achieve this vision, WHUK utilise the very best in terms of technology, hardware, software as well as personnel. The belief of being a part of the client’s journey; as client’s businesses grows, so do their demands, which helps WHUK to constantly evolve and improvise. Continually improving and striving for the best for its customers is an ethic. A lot of transformation has happened since Web Hosting UK was founded, but what has remained unchanged is the ethos. The primary focus continues to be customer satisfaction through managed services, quality customer support and sustainable pricing. Find out more .

Web Hosting

Watch this video!

Related articles

Items per page drupal hostingManaged Drupal Hosting allows you to focus on your website and not your server. There's no need to worry about basic Drupal server requirements or advanced my.cnf MySQL configurations, we've...
Comment permalink drupal hostingThis set of screenshots grew out of a recent forum post on the Acquia Network forums. It walks through setting up a GoDaddy Linux hosting account to use Acquia Drupal. At the end of the process...
Bad judgement drupal hostingBased on the IDC research 2016, there are approximately 200,000 web hosts worldwide. It’s not hard to find a Linux-based shared web host that meets the minimum prerequisite of Drupal, but just...
403 page drupal hostingTheme Description MegaHost Drupal Theme is a clean and elegant Drupal 7 theme aimed at hosting companies and corporate companies. This theme can also be used for business sites, portfolio sites...
Add new page in drupal hostingThis tutorial is going to show you how to add a new page and a new menu tab pointed to the page to your Drupal website . In order to do this: Log in to your Drupal backend interface; Click on...