phpipam / phpipam

phpipam development repository
https://phpipam.net
2.23k stars 733 forks source link

ERROR 1045 (28000): Access denied for user 'phpipam'@'localhost' (using password: YES) #3355

Open yule-sun opened 3 years ago

yule-sun commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

phpIPAM version Bug fixes are supported in the latest production and development releases. Please update to a supported release before reporting issues. Please search for existing Issues (including closed Issues) before submitting duplicates.

Versions of phpIPAM known to contain the issue (delete as appropriate).

Your Environment (please supply the following information):

Steps To Reproduce Please include steps to reproduce the issue:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Screenshots and error logs Please set $debugging=true; in your config.php and include any reported error messages. If applicable, add screenshots or other error logs to help explain your problem.

Additional Info Add any other useful info about the problem here. e.g enabled modules or advanced usage such as MySQL clustering/reverse

When i'm use the docker-compose.yml to deploy the application , i got an error like this . ERROR 1045 (28000): Access denied for user 'phpipam'@'localhost' (using password: YES) If i need to change some configure, my yml file like this . version: '3'

services: phpipam-web: image: phpipam/phpipam-www:latest ports:

volumes: phpipam-db-data: phpipam-logo:

proxies.

riversdev0 commented 1 month ago

Hi. This repository is for questions and issues that are specific to phpIPAM. The issue you've mentioned above is simple container and database connectivity. There are many resources available on the internet that explain how to make databases work inside containers.

Is it okay to close this issue?