cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

MySQL (Maybe Other?) Password Cannot Have Spaces #284

Closed kevineaton closed 5 years ago

kevineaton commented 6 years ago

Hello all! I don't know if this is a Docker image issue or an issue with the Cachet software itself. I can try to dig in, but I noticed that when I tried to run the Docker cachet image with a MySQL server that had a password with a space in it, the software could not connect to the DB. Once I changed the MySQL user password to not have a space in the password, it worked correctly.