Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Hisashi Posted March 26, 2022 Posted March 26, 2022 Hello, I went to install a test version on localhost and came across the following error for first time, how to solve it?
Nathan Explosion Posted March 26, 2022 Posted March 26, 2022 (edited) Use the correct login details for your SQL server/database. Edited March 26, 2022 by Nathan Explosion
Hisashi Posted March 26, 2022 Author Posted March 26, 2022 40 minutes ago, Nathan Explosion said: Use the correct login details for your SQL server/database. I can't even get to this step, this error happens at the beginning.
Nathan Explosion Posted March 26, 2022 Posted March 26, 2022 In that case, I'd be checking if there is a conf_global.php file in the root that contains SQL information
Marc Posted March 28, 2022 Posted March 28, 2022 As mentioned by Nathan there, the only reason it would be showing that is if its picking up incorrect details. This can only be from what you have entered, or from a conf_global.php file that is already present. You need to ensure you are using a fresh set of files entirely if its just an empty install that you are doing. Please also check you are not using PHP 8.1, which is not yet supported, as this may also cause the same problem
hackinOS Posted April 11, 2022 Posted April 11, 2022 On 3/27/2022 at 3:33 AM, Hisashi said: Hello, I went to install a test version on localhost and came across the following error for first time, how to solve it? Hey you fixed this? i have same problem
Jim M Posted April 11, 2022 Posted April 11, 2022 3 minutes ago, hackinOS said: Hey you fixed this? i have same problem The error in the screenshot is an access error from the MySQL server. Either the credentials provided are incorrect or not full permission has been given to the user. As this is a "hosting" error, you will need to resolve this on your localhost.
Sonya* Posted April 11, 2022 Posted April 11, 2022 19 minutes ago, hackinOS said: Hey you fixed this? i have same problem Do you have the same error? Do you use the default XAMPP installation? The error on the screen above shows that no database user was provided. For default XAMPP installation: database host: localhost database user: root database password: [leave it empty]
Recommended Posts