Nuacht

mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY ' your current password ' WITH GRANT Insert the host and password This section will allow to insert the host's name and user account ...
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, ...