I called hostgator cause i couldn't login and they changed my password,

now every time i try to login it says:

Site off-line

The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.

If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider.

The mysql error was: Access denied for user 'jaymello'@'localhost' (using password: YES).

how can i fix this?

i dont seem to have a "settings.php"

Comments

cog.rusty’s picture

Your settings.php file is in the subdirectory "sites/default" under drupal (sites/default/settings.php). You need to edit the $db_url line and change the password.

To be able to edit that file, first you must make writable the "settings.php" file (chmod 644) and its containing directory "default" (chmod 755). (Most FTP clients have a "permissions" or "properties" menu when you right-click on the name of a file or a directory.)