Page 1 of 1

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

Posted: Tue Aug 31, 2021 9:15 am
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.

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

Posted: Tue Aug 31, 2021 9:29 am
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

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

Posted: Tue Aug 31, 2021 9:54 am
by vithofman
nuadmin does not exist, but I rewrote nuconfig.php to root with a blank password.

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

Posted: Tue Aug 31, 2021 10:49 am
by kev1n
And does it work with that?