lychee-docker icon indicating copy to clipboard operation
lychee-docker copied to clipboard

Unable to connect to host database because access was denied.

Open cullepm3 opened this issue 8 years ago • 2 comments

screen shot 2016-08-02 at 11 40 39 am

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?

cullepm3 avatar Aug 02 '16 18:08 cullepm3