Problems with database connection |
Whenever I try to load the sessions library in my controller I get an error message on my page:
Message: mysqli::real_connect(): (HY000/1045): Access denied for user ''@'(my external ip)' (using password: NO) I think my database.php file is properly configured. x.x.x.x is the ip of a remote database I can connect to through DBeaver. Either way it seems the connection is completely ignoring my configurations. I should probably add that I'm using docker-compose with this image, but I don't think it's related. PHP Code: $db['default'] = array( |
Messages In This Thread |
Problems with database connection - by renanrfranca - 09-04-2018, 07:27 AM
RE: Problems with database connection - by Pertti - 09-04-2018, 07:34 AM
RE: Problems with database connection - by renanrfranca - 09-04-2018, 07:44 AM
RE: Problems with database connection - by Pertti - 09-04-2018, 08:00 AM
|