Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to your HostBill mysql database (for ex. using PhpMyAdmin tool)
  2. Browse to hb_admin_access table
  3. Update and perform SQL Query below:
Code Block
languagetextsql
UPDATE hb_admin_access SET `password`=MD5('mynewadminpassword') WHERE username='admin';