Skip to content

Commit ba58b84

Browse files
committed
#424 #473 #490 #500 #542 Document errors for starting MySQL
1 parent e4657f3 commit ba58b84

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/support/troubleshooting.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,15 @@ To mitigate that issue, make sure that the ``swoole`` module is disabled in ``.e
287287
Database issues
288288
===============
289289

290+
Cannot connect to MySQL after restart
291+
-------------------------------------
292+
293+
This error usually occurs when you import a MySQL dump including the mysql database itself, which
294+
will overwrite the user permissions and thus you won't be able to connect anymore with the settings
295+
specified in ``.env``.
296+
297+
.. seealso:: https://github.com/cytopia/devilbox/issues/542
298+
290299
Invalid bind mount spec
291300
-----------------------
292301

0 commit comments

Comments
 (0)