From 9293dea199252e482621a977e4c59d784e260ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 25 Oct 2021 15:03:48 +0200 Subject: [PATCH] Do not shun backend for error 3118 Error: Access denied for user '%s'. Account is locked.. --- lib/MySQL_HostGroups_Manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MySQL_HostGroups_Manager.cpp b/lib/MySQL_HostGroups_Manager.cpp index 7aa5f7e13..0d0c422bd 100644 --- a/lib/MySQL_HostGroups_Manager.cpp +++ b/lib/MySQL_HostGroups_Manager.cpp @@ -901,6 +901,7 @@ void MySrvC::connect_error(int err_num) { case 1120: case 1203: // User %s already has more than 'max_user_connections' active connections case 1226: // User '%s' has exceeded the '%s' resource (current value: %ld) + case 3118: // Access denied for user '%s'. Account is locked.. return; break; default: