#424 #473 #490 #500 #542 Document errors for starting MySQL

This commit is contained in:
cytopia 2019-03-18 15:16:06 +01:00
parent e4657f36e0
commit ba58b846e2
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -287,6 +287,15 @@ To mitigate that issue, make sure that the ``swoole`` module is disabled in ``.e
Database issues
===============
Cannot connect to MySQL after restart
-------------------------------------
This error usually occurs when you import a MySQL dump including the mysql database itself, which
will overwrite the user permissions and thus you won't be able to connect anymore with the settings
specified in ``.env``.
.. seealso:: https://github.com/cytopia/devilbox/issues/542
Invalid bind mount spec
-----------------------