Hello,
I am facing error of database connection on my site.

Can anyone please help how to remove this error.
I am facing error of database connection on my site.
Can anyone please help how to remove this error.
/** The name of the database for WordPress */
define('DB_NAME', 'vidavibe_xxxx');
/** MySQL database username */
define('DB_USER', 'vidavibe_xxxx');
/** MySQL database password */
define('DB_PASSWORD', 'X834547Y&$pD9');
/** MySQL hostname */
define('DB_HOST', 'localhost');
Comment