From c2b8a53efcf198c0166965a25d3b7487ad7be685 Mon Sep 17 00:00:00 2001 From: cytopia Date: Mon, 18 Mar 2019 19:28:22 +0100 Subject: [PATCH] #500 docs troubleshooting mysql --- docs/support/troubleshooting.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/support/troubleshooting.rst b/docs/support/troubleshooting.rst index a89d15bc..418bd5ac 100644 --- a/docs/support/troubleshooting.rst +++ b/docs/support/troubleshooting.rst @@ -308,6 +308,13 @@ To mitigate that issue, make sure that the ``swoole`` module is disabled in ``.e Database issues =============== +SQLSTATE[HY000] [1130] Host '172.16.238.10' is not allowed to connect to this MariaDB server +-------------------------------------------------------------------------------------------- + +.. seealso:: :ref:`troubleshooting_cant_connect_to_mysql_adter_restart` + +.. _troubleshooting_cant_connect_to_mysql_adter_restart: + Cannot connect to MySQL after restart -------------------------------------