Hello I'm getting access denied on my website to the database. My config file looks like this
<?php
define('DB_HOST', 'host IP');
define('DB_USER', 'username'); \\I already added my user to the database in the control panel
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'database name');
?>
I'm getting this error
Failed to connect to server: Access denied for user 'username'@'xo2.x10hosting.com' (using password: NO)
<?php
define('DB_HOST', 'host IP');
define('DB_USER', 'username'); \\I already added my user to the database in the control panel
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'database name');
?>
I'm getting this error
Failed to connect to server: Access denied for user 'username'@'xo2.x10hosting.com' (using password: NO)