diff options
Diffstat (limited to 'Docs/mysqld_error.txt')
-rw-r--r-- | Docs/mysqld_error.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/mysqld_error.txt b/Docs/mysqld_error.txt index 14f9e426fc0..7a5b6cf38d0 100644 --- a/Docs/mysqld_error.txt +++ b/Docs/mysqld_error.txt @@ -453,3 +453,5 @@ "Mixing of transactional and non-transactional tables is disabled", #define ER_DUP_ARGUMENT 225 "Option '%s' used twice in statement", +#define ER_TOO_MANY_USER_CONNECTIONS 203 +"User %-.64s has already more than 'max_user_connections' active connections", |