Hi
I am installing kanboard on solidCP IIS shared hosting server. I have put correct credentials in config.php for mysql db creation with following values
define(‘DB_DRIVER’, ‘mysql’);
define(‘DB_USERNAME’, ‘kan_username’);
define(‘DB_PASSWORD’, ‘passwrd’);
define(‘DB_HOSTNAME’, ‘204.93.216.11’);
define(‘DB_NAME’, ‘kan_database’);
define(‘DB_PORT’, null);
define(‘DB_SSL_KEY’, null);
define(‘DB_SSL_CERT’, null);
define(‘DB_SSL_CA’, null);
define(‘DB_VERIFY_SERVER_CERT’, null);
define(‘DB_TIMEOUT’, null);
but strangely it is giving error
Internal Error: SQLSTATE[HY000] [1045] Access denied for user ‘kan_database’@‘198.38.83.56’ (using password: YES)
in this error, host IP is different than I entered in config file.
Need help