Skip to content

How to change database connection? #5219

Answered by an-amin
an-amin asked this question in Q&A
Discussion options

You must be logged in to vote

got it in the config.default.php file.

define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', '');
define('DB_PASSWORD', '');
define('DB_NAME', '');
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);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by an-amin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant