I have started the database, memcached server and the web server containers successfully. When I try to curl -L http://localhost:8080, I'm getting the following error message in /varl/log/nginx/elgg_error.log
An exception occurred in the driver: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'.
I have started the database, memcached server and the web server containers successfully. When I try to curl -L http://localhost:8080, I'm getting the following error message in /varl/log/nginx/elgg_error.log An exception occurred in the driver: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost'.
How can I resolve this issue?