No mysql DB is created on SolidCP IIS installation #5212
emzee1
started this conversation in
Installation & Configuration
Replies: 1 comment
-
After changing from mysql to sqlite, kanboard looks working. However, no image is being visible after uploading, neither in avatars, nor in logos, nor even images I attached in tasks. Secondly, email sent shows working but actually no email is being received. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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', 'username');
define('DB_PASSWORD', 'passwrd');
define('DB_HOSTNAME', '204.93.216.11');
define('DB_NAME', 'asifshir_mzdb');
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 'asifshir_mzdb'@'198.38.83.56' (using password: YES)
my domain is https://zima.meethizindagi.org/
in this error, host IP is different than I entered in config file.
Need help
Asim
Beta Was this translation helpful? Give feedback.
All reactions