Page 1 of 1

From no to new password

PostPosted: 19. February 2012 12:29
by Rykken
I setup my website with no password. Now, when I try to set one I get this error.

Fatal error: SQL ERROR [ mysqli ]
Access denied for user 'root'@'localhost' (using password: NO) [1045]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists. in C:\xampp\htdocs\guild\forums\includes\db\dbal.php on line 707

How do I setup a password without running into this issue?

Re: From no to new password

PostPosted: 19. February 2012 12:58
by Altrea
Rykken wrote:How do I setup a password without running into this issue?

Simply change the password in your database login of your guild forum too.
How should that script know, that you have changed the password?

best wishes,
Altrea

Re: From no to new password

PostPosted: 19. February 2012 21:19
by Rykken
Hmm, I opened all the config files and changed the passwords but I still get the error when trying to view my site.

Re: From no to new password

PostPosted: 20. February 2012 01:36
by hackattack142
Which config files are you editing? You need to find the place in your website code that has the DB credentials and modify it accordingly.