lychee-docker
lychee-docker copied to clipboard
Unable to connect to host database because access was denied.
I started docker with no volumes:
docker run -it -d -p 80:80 kdelfour/lychee-docker
The first screen prompts me to enter database connection details, I entered:
Database Username: lychee Database Password: lychee
And then I get the error message 'Unable to connect to host database because access was denied. I tried other combos (using localhost for Database Host, etc) with same result.
docker log is filled with:
2016-08-02 18:32:40,235 INFO success: mysqld entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-08-02 18:32:40,328 INFO exited: mysqld (exit status 1; not expected) Any ideas?