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.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Access denied for user 'nuadmin'@'localhost' (using password
-
- Posts: 2
- Joined: Tue Aug 31, 2021 9:10 am
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Access denied for user 'nuadmin'@'localhost' (using pass
Hi,
Does the user nuadmin exist?
To get started, you can also use the user root with a blank password.
Important Note: You must restart your browser after modifying nuconfig.php in order for changes to be reflected
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
-
- Posts: 2
- Joined: Tue Aug 31, 2021 9:10 am
Re: Access denied for user 'nuadmin'@'localhost' (using pass
nuadmin does not exist, but I rewrote nuconfig.php to root with a blank password.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact: