mysqli.default_host ='localhost' Default user for mysql_connect () (doesn't apply in safe mode): mysqli.default_user ='root' Default password for mysqli_connect () (doesn't apply in safe mode): Note: ...
2020-10-28 09:40:14 - ERROR - MySQL error : cannot connect to database 'mysql:host=localhost:3306;dbname=centreon': Access denied for user 'centreon'@'localhost ...
I'm currently encountering a problem. I'm using the mysql:latest image (which should be 9.3.0), and I'm using the following docker-compose.yml configuration to start my container. At this time, ...