Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Access denied for user 'nuadmin'@'localhost' (using password

Questions related to installing, updating, setting up and configuring
Post Reply
vithofman
Posts: 2
Joined: Tue Aug 31, 2021 9:10 am
nuBuilder Version: 4.5

Access denied for user 'nuadmin'@'localhost' (using password

Unread post by vithofman »

I'm trying to install nuBuilder for the first time. I am a beginner. I follow exactly the video tutorial (https://www.youtube.com/watch?v=nHlmZJpv8LU).

Windows 10
XAMPP control panel 3.3.0
nuBuilder 4.5

The video instructions are quite clear to me and I do not see a problem in the individual steps.
However, if I enter the address localhost / nuBuilder4 / index.php into the browser, an error message will appear: "Connection failed: SQLSTATE [HY000] [1045] Access denied for user 'nuadmin' @ 'localhost' (using password: YES)"

nuconfig.php I have changed.

I found some information about this error, but as a beginner it is not obvious to me at all and I did not see a solution in it.

Don't have a simple recommendation, what about that?

Thank you very much.
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Access denied for user 'nuadmin'@'localhost' (using pass

Unread post by kev1n »

Hi,

Does the user nuadmin exist?


To get started, you can also use the user root with a blank password.

Code: Select all

$nuConfigDBUser = 'root';
$nuConfigDBPassword = "";

Important Note: You must restart your browser after modifying nuconfig.php in order for changes to be reflected
vithofman
Posts: 2
Joined: Tue Aug 31, 2021 9:10 am
nuBuilder Version: 4.5

Re: Access denied for user 'nuadmin'@'localhost' (using pass

Unread post by vithofman »

nuadmin does not exist, but I rewrote nuconfig.php to root with a blank password.
kev1n
nuBuilder Team
Posts: 3801
Joined: Sun Oct 14, 2018 6:43 pm
nuBuilder Version: 4.5
Has thanked: 2 times
Been thanked: 9 times
Contact:

Re: Access denied for user 'nuadmin'@'localhost' (using pass

Unread post by kev1n »

And does it work with that?
Post Reply