What this error means
This message usually means the database login details inside your application's configuration file (like wp-config.php for WordPress) do not match the actual credentials in your dashboard.
How to fix it
1. Get the correct details: Open Databases > Connection Info in your staXscale dashboard to see the correct Database Name, Username, Password, and Host.
2. Check your file: Open File Manager and edit your configuration file.
3. Match them up: Ensure the values in the file match the dashboard exactly.
Note: Ensure the Host value is correct (often localhost or a specific IP provided in the dashboard).