Forgot.
This commit is contained in:
parent
4b49af2e23
commit
5a45fa9a21
1 changed files with 2 additions and 0 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue