This commit is contained in:
Martin Rotter 2014-02-09 21:30:22 +01:00
parent 4b49af2e23
commit 5a45fa9a21

View File

@ -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.");