parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
210 stars 121 forks source link

Web serving database access denied #449

Open ahmadelyoussef opened 1 month ago

ahmadelyoussef commented 1 month ago

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?