diff --git a/src/core/databasefactory.cpp b/src/core/databasefactory.cpp index fdc8740de..958c9efde 100644 --- a/src/core/databasefactory.cpp +++ b/src/core/databasefactory.cpp @@ -64,6 +64,8 @@ QString DatabaseFactory::mysqlInterpretErrorCode(int error_code) { case 0: return QObject::tr("Operation successful."); + case 2002: + case 2003: case 2005: return QObject::tr("No MySQL server is running in the target destination.");