You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Please need help. I can't connect to the database not from model or manually connect. The database is exist. Try to change .env or config still doesn't work.
error:
SYSTEMPATH\Database\BaseConnection.php at line 425 (something about connID)
SYSTEMPATH\Database\BaseConnection.php : 646 — CodeIgniter\Database\BaseConnection->initialize ()
Describe the bug
Please need help. I can't connect to the database not from model or manually connect. The database is exist. Try to change .env or config still doesn't work.
error:
SYSTEMPATH\Database\BaseConnection.php at line 425 (something about connID)
SYSTEMPATH\Database\BaseConnection.php : 646 — CodeIgniter\Database\BaseConnection->initialize ()
.env:
database.default.hostname = localhost
database.default.database = baru
database.default.username = root
database.default.password =
database.default.DBDriver = MySQLi
CodeIgniter 4 version
4.0.4, Mysqli driver
i have already follow the documentation and change hostname to 127.0.0.1 but still can't connect to he database.
The text was updated successfully, but these errors were encountered: