DataBase error connect.
A database error connect can occur during site migration or during CMS installation without installation support.
Issues and resolving DB error connect.
Click "MySQL® Databases" in your cPanel.
Check the user in your database (assigned/created)
Add User To Database. If the database username is not displayed, then you need to assign a user in the "Add User To Database" (form at the down page).
Create the user and add to the DB if it has not been created.
Check the data of the database connect in MySql connection file.
For example "wp-config.php" in WordPress or "configuration.php" for Joomla.
For example, on a WordPress site, You need to open the file "config.php" for editing.
Connecting lines
define('DB_NAME', 'database name');
define('DB_USER', 'user login');
define('DB_PASSWORD', 'user password');
define('DB_HOST', 'localhost');
DB_NAME - you can check the Database name in "MySQL® Databases"
If the connection error has been saved, please create a ticket in your Client Area in the "Technical Support"