ER_HASHCHK  
        eng "hashchk"
        chs "hashchk"
ER_NISAMCHK  
        eng "isamchk"
        chs "isamchk"
ER_NO  
        eng "NO"
        chs "否"
ER_YES  
        eng "YES"
        chs "是"
ER_CANT_CREATE_FILE  
        eng "Can't create file '%-.200s' (errno: %d)"
        chs "创建 '%-.200s' 文件失败 (错误号: %d)"
ER_CANT_CREATE_TABLE  
        eng "Can't create table '%-.200s' (errno: %d)"
        chs "创建数据表 '%-.200s' 失败 (错误号: %d)"
ER_CANT_CREATE_DB  
        eng "Can't create database '%-.192s' (errno: %d)"
        chs "创建数据库 '%-.192s' 失败 (错误号: %d)"
ER_DB_CREATE_EXISTS  
        eng "Can't create database '%-.192s'; database exists"
        chs "数据库 '%-.192s' 已存在，创建失败"
ER_DB_DROP_EXISTS  
        eng "Can't drop database '%-.192s'; database doesn't exist"
        chs "数据库 '%-.192s' 不存在，删除失败"
ER_DB_DROP_DELETE  
        eng "Error dropping database (can't delete '%-.192s', errno: %d)"
        chs "删除数据库出错 (无法删除 '%-.192s', 错误号: %d)"
ER_DB_DROP_RMDIR  
        eng "Error dropping database (can't rmdir '%-.192s', errno: %d)"
        chs "删除数据库出错 (无法删除 '%-.192s' 文件夹, 错误号: %d)")"
ER_CANT_DELETE_FILE  
        eng "Error on delete of '%-.192s' (errno: %d)"
        chs "删除 '%-.192s' 文件失败 (错误号: %d)"
ER_CANT_FIND_SYSTEM_REC  
        eng "Can't read record in system table"
        chs "无法读取系统表的记录"
ER_CANT_GET_STAT  
        eng "Can't get status of '%-.200s' (errno: %d)"
        chs "获得 '%-.200s' 的状态失败 (错误号: %d)"
ER_CANT_GET_WD  
        eng "Can't get working directory (errno: %d)"
        chs "无法获得工作目录 (错误号: %d)"
ER_CANT_LOCK  
        eng "Can't lock file (errno: %d)"
        chs "锁定文件失败 (错误号: %d)"
ER_CANT_OPEN_FILE  
        eng "Can't open file: '%-.200s' (errno: %d)"
        chs "打开 '%-.200s' 文件失败 (错误号: %d)"
ER_FILE_NOT_FOUND  
        eng "Can't find file: '%-.200s' (errno: %d)"
        chs "找不到文件 '%-.200s' (错误号: %d)"
ER_CANT_READ_DIR  
        eng "Can't read dir of '%-.192s' (errno: %d)"
        chs "读取 '%-.192s' 文件夹失败 (错误号: %d)"
ER_CANT_SET_WD  
        eng "Can't change dir to '%-.192s' (errno: %d)"
        chs "切换到 '%-.192s' 文件夹失败 (错误号: %d)"
ER_CHECKREAD  
        eng "Record has changed since last read in table '%-.192s'"
        chs "'%-.192s' 表的数据自上次读取以来已被修改"
ER_DISK_FULL  
        eng "Disk full (%s); waiting for someone to free some space..."
        chs "磁盘空间已满 (%s)，等待用户释放空间……"
ER_DUP_KEY 23000 
        eng "Can't write; duplicate key in table '%-.192s'"
        chs "索引重名，写入数据表 '%-.192s' 失败"
ER_ERROR_ON_CLOSE  
        eng "Error on close of '%-.192s' (errno: %d)"
        chs "关闭 '%-.192s' 时发生错误 (错误号: %d)"
ER_ERROR_ON_READ  
        eng "Error reading file '%-.200s' (errno: %d)"
        chs "读取 '%-.200s' 文件时发生错误 (错误号: %d)"
ER_ERROR_ON_RENAME  
        eng "Error on rename of '%-.210s' to '%-.210s' (errno: %d)"
        chs "将 '%-.210s' 改名为 '%-.210s' 时发生错误 (错误号: %d)"
ER_ERROR_ON_WRITE  
        eng "Error writing file '%-.200s' (errno: %d)"
        chs "写入 '%-.200s' 文件时发生错误 (错误号: %d)"
ER_FILE_USED  
        eng "'%-.192s' is locked against change"
        chs "'%-.192s' 已被锁定，无法修改"
ER_FILSORT_ABORT  
        eng "Sort aborted"
        chs "已取消排序"
ER_FORM_NOT_FOUND  
        eng "View '%-.192s' doesn't exist for '%-.192s'"
        chs "视图 '%-.192s' 不存在于 '%-.192s'"
ER_GET_ERRNO  
        eng "Got error %d from storage engine"
        chs "存储引擎发生错误 %d"
ER_ILLEGAL_HA  
        eng "Table storage engine for '%-.192s' doesn't have this option"
        chs "数据表 '%-.192s' 所使用的存储引擎没有这个选项"
ER_KEY_NOT_FOUND  
        eng "Can't find record in '%-.192s'"
        chs "在 '%-.192s' 中找不到记录"
ER_NOT_FORM_FILE  
        eng "Incorrect information in file: '%-.200s'"
        chs "'%-.200s' 文件中的信息错误"
ER_NOT_KEYFILE  
        eng "Incorrect key file for table '%-.200s'; try to repair it"
        chs "数据表 '%-.200s' 的索引文件错误，请尝试修复"
ER_OLD_KEYFILE  
        eng "Old key file for table '%-.192s'; repair it!"
        chs "数据表 '%-.192s' 的索引文件需要更新，请立即修复！"
ER_OPEN_AS_READONLY  
        eng "Table '%-.192s' is read only"
        chs "数据表 '%-.192s' 是只读的"
ER_OUTOFMEMORY HY001 S1001
        eng "Out of memory; restart server and try again (needed %d bytes)"
        chs "内存溢出，请重启服务器后重试 (需要 %d 字节)"
ER_OUT_OF_SORTMEMORY HY001 S1001
        eng "Out of sort memory; increase server sort buffer size"
        chs "排序内存溢出，请增加服务器排序缓存大小"
ER_UNEXPECTED_EOF  
        eng "Unexpected EOF found when reading file '%-.192s' (errno: %d)"
        chs "读取 '%-.192s' 文件时发现意外的文件结束 (errno: %d)"
ER_CON_COUNT_ERROR 08004 
        eng "Too many connections"
        chs "连接数过多"
ER_OUT_OF_RESOURCES  
        eng "Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space"
        chs "内存溢出，如果还有可用内存，你可以使用 'ulimit' 来让 mysqld 使用更多的内存，如果 mysqld 或其他进程占用了所有可用内存，你需要考虑增加交换空间(swap)"
ER_BAD_HOST_ERROR 08S01 
        eng "Can't get hostname for your address"
        chs "获得地址对应的主机名失败"
ER_HANDSHAKE_ERROR 08S01 
        eng "Bad handshake"
        chs "初始化连接失败"
ER_DBACCESS_DENIED_ERROR 42000 
        eng "Access denied for user '%-.48s'@'%-.64s' to database '%-.192s'"
        chs "用户 '%-.48s'@'%-.64s' 无权访问数据库 '%-.192s'"
ER_ACCESS_DENIED_ERROR 28000 
        eng "Access denied for user '%-.48s'@'%-.64s' (using password: %s)"
        chs "用户 '%-.48s'@'%-.64s' (使用密码: %s) 无权访问"
ER_NO_DB_ERROR 3D000 
        eng "No database selected"
        chs "没有选择数据库"
ER_UNKNOWN_COM_ERROR 08S01 
        eng "Unknown command"
        chs "未知命令"
ER_BAD_NULL_ERROR 23000 
        eng "Column '%-.192s' cannot be null"
        chs "字段 '%-.192s' 不能为空"
ER_BAD_DB_ERROR 42000 
        eng "Unknown database '%-.192s'"
        chs "未知的数据库 '%-.192s'"
ER_TABLE_EXISTS_ERROR 42S01 
        eng "Table '%-.192s' already exists"
        chs "数据表 '%-.192s' 已存在"
ER_BAD_TABLE_ERROR 42S02 
        eng "Unknown table '%-.100s'"
        chs "未知的数据表 '%-.100s'"
ER_NON_UNIQ_ERROR 23000 
        eng "Column '%-.192s' in %-.192s is ambiguous"
        chs "'%-.192s' (%-.192s 中的字段) 具有二义性"
ER_SERVER_SHUTDOWN 08S01 
        eng "Server shutdown in progress"
        chs "服务器在运行中关闭"
ER_BAD_FIELD_ERROR 42S22 S0022
        eng "Unknown column '%-.192s' in '%-.192s'"
        chs "未知的字段 '%-.192s' ('%-.192s' 中)"
ER_WRONG_FIELD_WITH_GROUP 42000 S1009
        eng "'%-.192s' isn't in GROUP BY"
        chs "'%-.192s' 不存在于分组 (GROUP BY) 语句中"
ER_WRONG_GROUP_FIELD 42000 S1009
        eng "Can't group on '%-.192s'"
        chs "无法使用 '%-.192s' 分组"
ER_WRONG_SUM_SELECT 42000 S1009
        eng "Statement has sum functions and columns in same statement"
        chs "同一声明中的函数和字段名不能相同"
ER_WRONG_VALUE_COUNT 21S01 
        eng "Column count doesn't match value count"
        chs "字段和值的数量不一致"
ER_TOO_LONG_IDENT 42000 S1009
        eng "Identifier name '%-.100s' is too long"
        chs "标识符名称 '%-.100s' 过长"
ER_DUP_FIELDNAME 42S21 S1009
        eng "Duplicate column name '%-.192s'"
        chs "字段重名，已存在 '%-.192s'"
ER_DUP_KEYNAME 42000 S1009
        eng "Duplicate key name '%-.192s'"
        chs "索引重名，已存在 '%-.192s'"
ER_DUP_ENTRY 23000 S1009
        eng "Duplicate entry '%-.192s' for key %d"
        chs "值 '%-.192s' 在唯一索引(主键或唯一键) %d 中已存在"
ER_WRONG_FIELD_SPEC 42000 S1009
        eng "Incorrect column specifier for column '%-.192s'"
        chs "字段 '%-.192s' 的标识有错"
ER_PARSE_ERROR 42000 s1009
        eng "%s near '%-.80s' at line %d"
        chs "%s 如 '%-.80s' 于第 %d 行"
ER_EMPTY_QUERY 42000  
        eng "Query was empty"
        chs "查询不能为空"
ER_NONUNIQ_TABLE 42000 S1009
        eng "Not unique table/alias: '%-.192s'"
        chs "数据表/别名 '%-.192s' 已存在"
ER_INVALID_DEFAULT 42000 S1009
        eng "Invalid default value for '%-.192s'"
        chs "'%-.192s' 的默认值无效"
ER_MULTIPLE_PRI_KEY 42000 S1009
        eng "Multiple primary key defined"
        chs "主键只能有一个"
ER_TOO_MANY_KEYS 42000 S1009
        eng "Too many keys specified; max %d keys allowed"
        chs "最多只能有 %d 个索引"
ER_TOO_MANY_KEY_PARTS 42000 S1009
        eng "Too many key parts specified; max %d parts allowed"
        chs "一个索引中最多只能包含 %d 个字段"
ER_TOO_LONG_KEY 42000 S1009
        eng "Specified key was too long; max key length is %d bytes"
        chs "标识索引最长为 %d 字节"
ER_KEY_COLUMN_DOES_NOT_EXITS 42000 S1009
        eng "Key column '%-.192s' doesn't exist in table"
        chs "数据表中不存在索引字段 '%-.192s'"
ER_BLOB_USED_AS_KEY 42000 S1009
        eng "BLOB column '%-.192s' can't be used in key specification with the used table type"
        chs "在当前类型的数据表中二进制大对象 (BLOB) 字段 '%-.192s' 不能使用索引标识"
ER_TOO_BIG_FIELDLENGTH 42000 S1009
        eng "Column length too big for column '%-.192s' (max = %lu); use BLOB or TEXT instead"
        chs "字段 '%-.192s' 太长了 (最长为 %lu)，请使用二进制大对象 (BLOB) 或文本 (TEXT) 类型代替"
ER_WRONG_AUTO_KEY 42000 S1009
        eng "Incorrect table definition; there can be only one auto column and it must be defined as a key"
        chs "数据表定义错误，只能有一个自增字段且必须为其定义索引"
ER_READY  
        eng "%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d"
        chs "%s: 准备连接。\n版本: '%s'  套接字: '%s'  端口: %d"
ER_NORMAL_SHUTDOWN  
        eng "%s: Normal shutdown\n"
        chs "%s: 正常关闭\n"
ER_GOT_SIGNAL  
        eng "%s: Got signal %d. Aborting!\n"
        chs "%s: 收到 %d 信号。正在取消！\n"
ER_SHUTDOWN_COMPLETE  
        eng "%s: Shutdown complete\n"
        chs "%s: 已关闭\n"
ER_FORCING_CLOSE 08S01 
        eng "%s: Forcing close of thread %ld  user: '%-.48s'\n"
        chs "%s: 正在强制关闭线程 %ld  用户: '%-.48s'\n"
ER_IPSOCK_ERROR 08S01 
        eng "Can't create IP socket"
        chs "创建 IP 套接字 (socket) 失败"
ER_NO_SUCH_INDEX 42S12 S1009
        eng "Table '%-.192s' has no index like the one used in CREATE INDEX; recreate the table"
        chs "数据表 '%-.192s' 没有通过创建索引 (CREATE INDEX) 创建的索引，请重建数据表"
ER_WRONG_FIELD_TERMINATORS 42000 S1009
        eng "Field separator argument is not what is expected; check the manual"
        chs "未知的字段分隔符，请参考手册"
ER_BLOBS_AND_NO_TERMINATED 42000 S1009
        eng "You can't use fixed rowlength with BLOBs; please use 'fields terminated by'"
        chs "无法在二进制大对象 (BLOB) 字段固定行长度，请使用 'fields terminated by' 命令"
ER_TEXTFILE_NOT_READABLE  
        eng "The file '%-.128s' must be in the database directory or be readable by all"
        chs "'%-.128s' 文件必须放在数据库文件夹中或让所有人可读"
ER_FILE_EXISTS_ERROR  
        eng "File '%-.200s' already exists"
        chs "'%-.200s' 文件已存在"
ER_LOAD_INFO  
        eng "Records: %ld  Deleted: %ld  Skipped: %ld  Warnings: %ld"
        chs "记录: %ld  已删除: %ld  已忽略: %ld  警告: %ld"
ER_ALTER_INFO  
        eng "Records: %ld  Duplicates: %ld"
        chs "记录: %ld  重复: %ld"
ER_WRONG_SUB_KEY  
        eng "Incorrect prefix key; the used key part isn't a string, the used length is longer than the key part, or the storage engine doesn't support unique prefix keys"
        chs "前缀索引错误，该字段不是字符串，所用的长度比该字段长，或者该存储引擎不支持唯一前缀索引"
ER_CANT_REMOVE_ALL_FIELDS 42000 
        eng "You can't delete all columns with ALTER TABLE; use DROP TABLE instead"
        chs "不能用修改表 (ALTER TABLE) 删除所有的字段，要删除数据表，请使用删除表 (DROP TABLE) 代替"
ER_CANT_DROP_FIELD_OR_KEY 42000 
        eng "Can't DROP '%-.192s'; check that column/key exists"
        chs "删除 '%-.192s' 出错，请检查字段/索引是否存在"
ER_INSERT_INFO  
        eng "Records: %ld  Duplicates: %ld  Warnings: %ld"
        chs "记录: %ld  重复: %ld  警告: %ld"
ER_UPDATE_TABLE_USED  
        eng "You can't specify target table '%-.192s' for update in FROM clause"
        chs "不能在更新时的从 (FROM) 从句中特别指定目标数据表 '%-.192s'"
ER_NO_SUCH_THREAD  
        eng "Unknown thread id: %lu"
        chs "未知的线程号: %lu"
ER_KILL_DENIED_ERROR  
        eng "You are not owner of thread %lu"
        chs "你不是线程 %lu 的所有者"
ER_NO_TABLES_USED  
        eng "No tables used"
        chs "没有使用任何数据表"
ER_TOO_BIG_SET  
        eng "Too many strings for column %-.192s and SET"
        chs "字段 %-.192s 的字符串和设置 (SET) 过多"
ER_NO_UNIQUE_LOGFILE  
        eng "Can't generate a unique log-filename %-.200s.(1-999)\n"
        chs "无法生成唯一的日志文件名 %-.200s 。(1-999)\n"
ER_TABLE_NOT_LOCKED_FOR_WRITE  
        eng "Table '%-.192s' was locked with a READ lock and can't be updated"
        chs "数据表 '%-.192s' 已被读取 (READ) 锁定，无法更新"
ER_TABLE_NOT_LOCKED  
        eng "Table '%-.192s' was not locked with LOCK TABLES"
        chs "数据表 '%-.192s' 没有被锁定表 (LOCK TABLES) 语句锁定"
ER_BLOB_CANT_HAVE_DEFAULT 42000 
        eng "BLOB/TEXT column '%-.192s' can't have a default value"
        chs "二进制大对象/文本 (BLOB/TEXT) 字段 '%-.192s' 不应该有默认值"
ER_WRONG_DB_NAME 42000 
        eng "Incorrect database name '%-.100s'"
        chs "数据库名 '%-.100s' 无效"
ER_WRONG_TABLE_NAME 42000 
        eng "Incorrect table name '%-.100s'"
        chs "数据表名 '%-.100s' 无效"
ER_TOO_BIG_SELECT 42000 
        eng "The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay"
        chs "选择 (SELECT) 将检查超过最大关联大小 (MAX_JOIN_SIZE) 的行，如果该查询没有问题，请检查你的查询条件 (WHERE) 并使用 SET SQL_BIG_SELECTS=1 或 SET SQL_MAX_JOIN_SIZE=#"
ER_UNKNOWN_ERROR  
        eng "Unknown error"
        chs "未知错误"
ER_UNKNOWN_PROCEDURE 42000 
        eng "Unknown procedure '%-.192s'"
        chs "未知的存储过程 '%-.192s'"
ER_WRONG_PARAMCOUNT_TO_PROCEDURE 42000 
        eng "Incorrect parameter count to procedure '%-.192s'"
        chs "存储过程 '%-.192s' 的参数个数错误"
ER_WRONG_PARAMETERS_TO_PROCEDURE  
        eng "Incorrect parameters to procedure '%-.192s'"
        chs "存储过程 '%-.192s' 的参数错误"
ER_UNKNOWN_TABLE 42S02 
        eng "Unknown table '%-.192s' in %-.32s"
        chs "未知的数据表 '%-.192s' ('%-.32s' 中)"
ER_FIELD_SPECIFIED_TWICE 42000 
        eng "Column '%-.192s' specified twice"
        chs "重复的字段 '%-.192s'"
ER_INVALID_GROUP_FUNC_USE  
        eng "Invalid use of group function"
        chs "分组 (group) 功能使用错误"
ER_UNSUPPORTED_EXTENSION 42000 
        eng "Table '%-.192s' uses an extension that doesn't exist in this MySQL version"
        chs "数据表 '%-.192s' 所用的扩展在此版本的 MySQL 中不存在"
ER_TABLE_MUST_HAVE_COLUMNS 42000 
        eng "A table must have at least 1 column"
        chs "数据表至少要有一个字段"
ER_RECORD_FILE_FULL  
        eng "The table '%-.192s' is full"
        chs "数据表 '%-.192s' 已经满了"
ER_UNKNOWN_CHARACTER_SET 42000 
        eng "Unknown character set: '%-.64s'"
        chs "未知的字符集: '%-.64s'"
ER_TOO_MANY_TABLES  
        eng "Too many tables; MySQL can only use %d tables in a join"
        chs "数据表过多，MySQL 在多表关联查询时最多只能使用 %d 个数据表"
ER_TOO_MANY_FIELDS  
        eng "Too many columns"
        chs "字段过多"
ER_TOO_BIG_ROWSIZE 42000 
        eng "Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. You have to change some columns to TEXT or BLOBs"
        chs "行过大。不包括二进制大对象 (BLOB) 字段，在当前类型的数据表中，行最大的大小为 %ld 。你需要把某些字段改为文本 (TEXT) 或二进制大对象 (BLOB) 类型"
ER_STACK_OVERRUN  
        eng "Thread stack overrun:  Used: %ld of a %ld stack.  Use 'mysqld -O thread_stack=#' to specify a bigger stack if needed"
        chs "线程堆栈溢出:  已使用: %ld / %ld 堆栈。  如有必要可使用 'mysqld -O thread_stack=#' 来特别指定一个更大的堆栈"
ER_WRONG_OUTER_JOIN 42000 
        eng "Cross dependency found in OUTER JOIN; examine your ON conditions"
        chs "在外连接 (OUTER JOIN) 中发现交叉关联，请检查你的连接条件 (ON 条件)"
ER_NULL_COLUMN_IN_INDEX 42000 
        eng "Table handler doesn't support NULL in given index. Please change column '%-.192s' to be NOT NULL or use another handler"
        chs "在给定的索引中数据表句柄不支持空值 (NULL)。请修改字段 '%-.192s' 为非空 (NOT NULL) 或使用其它句柄"
ER_CANT_FIND_UDF  
        eng "Can't load function '%-.192s'"
        chs "载入函数 '%-.192s' 失败"
ER_CANT_INITIALIZE_UDF  
        eng "Can't initialize function '%-.192s'; %-.80s"
        chs "初始化函数 '%-.192s' 失败，%-.80s"
ER_UDF_NO_PATHS  
        eng "No paths allowed for shared library"
        chs "共享库禁止任何路径"
ER_UDF_EXISTS  
        eng "Function '%-.192s' already exists"
        chs "函数 '%-.192s' 已存在"
ER_CANT_OPEN_LIBRARY  
        eng "Can't open shared library '%-.192s' (errno: %d %-.128s)"
        chs "打开共享库 '%-.192s' 失败 (错误号: %d %-.128s)"
ER_CANT_FIND_DL_ENTRY
        eng "Can't find symbol '%-.128s' in library"
        chs "找不到库中的入口点 '%-.128s'"
ER_FUNCTION_NOT_DEFINED  
        eng "Function '%-.192s' is not defined"
        chs "函数 '%-.192s' 未定义"
ER_HOST_IS_BLOCKED  
        eng "Host '%-.64s' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"
        chs "因太多连接错误主机 '%-.64s' 被禁止，请使用 'mysqladmin flush-hosts' 解禁"
ER_HOST_NOT_PRIVILEGED  
        eng "Host '%-.64s' is not allowed to connect to this MySQL server"
        chs "主机 '%-.64s' 不允许连接到这台 MySQL 服务器"
ER_PASSWORD_ANONYMOUS_USER 42000 
        eng "You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords"
        chs "匿名用户无法更改密码"
ER_PASSWORD_NOT_ALLOWED 42000 
        eng "You must have privileges to update tables in the mysql database to be able to change passwords for others"
        chs "你要有更新数据库 mysql 中数据表的权限才可以修改其他用户的密码"
ER_PASSWORD_NO_MATCH 42000 
        eng "Can't find any matching row in the user table"
        chs "在用户表中找不到任何匹配的记录"
ER_UPDATE_INFO  
        eng "Rows matched: %ld  Changed: %ld  Warnings: %ld"
        chs "匹配的记录: %ld  已修改: %ld  警告: %ld"
ER_CANT_CREATE_THREAD  
        eng "Can't create a new thread (errno %d); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug"
        chs "创建线程失败 (错误号 %d)，如果还有可用的内存，你可以参考手册来查找可能是基于操作系统的缺陷 (bug)"
ER_WRONG_VALUE_COUNT_ON_ROW 21S01 
        eng "Column count doesn't match value count at row %ld"
        chs "第 %ld 行的字段和值的数量不一致"
ER_CANT_REOPEN_TABLE  
        eng "Can't reopen table: '%-.192s'"
        chs "重新打开数据表 '%-.192s' 失败"
ER_INVALID_USE_OF_NULL 22004 
        eng "Invalid use of NULL value"
        chs "空值 (NULL) 使用错误"
ER_REGEXP_ERROR 42000 
        eng "Got error '%-.64s' from regexp"
        chs "正则表达式出错 '%-.64s'"
ER_MIX_OF_GROUP_FUNC_AND_FIELDS 42000 
        eng "Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause"
        chs "没有有效的分组 (GROUP) 字段通过按...分组 (GROUP BY) 从句用来混合分组 (GROUP) 的字段 (MIN(),MAX(),COUNT(),...)"
ER_NONEXISTING_GRANT 42000 
        eng "There is no such grant defined for user '%-.48s' on host '%-.64s'"
        chs "还没有给用户 '%-.48s' 授予主机 '%-.64s' 的任何权限"
ER_TABLEACCESS_DENIED_ERROR 42000 
        eng "%-.16s command denied to user '%-.48s'@'%-.64s' for table '%-.192s'"
        chs "无权运行 %-.16s 命令 (用户 '%-.48s'@'%-.64s' 于数据表 '%-.192s')"
ER_COLUMNACCESS_DENIED_ERROR 42000 
        eng "%-.16s command denied to user '%-.48s'@'%-.64s' for column '%-.192s' in table '%-.192s'"
        chs "无权运行 %-.16s 命令 (用户 '%-.48s'@'%-.64s' 于字段 '%-.192s' 在数据表 '%-.192s' 中)"
ER_ILLEGAL_GRANT_FOR_TABLE 42000 
        eng "Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used"
        chs "授权/撤销 (GRANT/REVOKE) 命令无效，请参考手册检查哪些权限可用"
ER_GRANT_WRONG_HOST_OR_USER 42000 
        eng "The host or user argument to GRANT is too long"
        chs "授权 (GRANT) 的主机或用户参数过长"
ER_NO_SUCH_TABLE 42S02 
        eng "Table '%-.192s.%-.192s' doesn't exist"
        chs "数据表 '%-.192s.%-.192s' 不存在"
ER_NONEXISTING_TABLE_GRANT 42000 
        eng "There is no such grant defined for user '%-.48s' on host '%-.64s' on table '%-.192s'"
        chs "还没有给用户 '%-.48s' 授予主机 '%-.64s' 中数据表 '%-.192s' 的任何权限"
ER_NOT_ALLOWED_COMMAND 42000 
        eng "The used command is not allowed with this MySQL version"
        chs "该命令在此版本的 MySQL 服务器中无效"
ER_SYNTAX_ERROR 42000 
        eng "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use"
        chs "SQL 语法错误，请查看手册确定此版本 MySQL 服务器的正确语法，以使用"
ER_DELAYED_CANT_CHANGE_LOCK  
        eng "Delayed insert thread couldn't get requested lock for table %-.192s"
        chs "延迟插入线程请求数据表 %-.192s 的锁定失败"
ER_TOO_MANY_DELAYED_THREADS  
        eng "Too many delayed threads in use"
        chs "延迟插入线程过多"
ER_ABORTING_CONNECTION 08S01 
        eng "Aborted connection %ld to db: '%-.192s' user: '%-.48s' (%-.64s)"
        chs "已取消连接 %ld 到数据库: '%-.192s' 用户: '%-.48s' (%-.64s)"
ER_NET_PACKET_TOO_LARGE 08S01 
        eng "Got a packet bigger than 'max_allowed_packet' bytes"
        chs "收到大于 'max_allowed_packet' 的通讯数据"
ER_NET_READ_ERROR_FROM_PIPE 08S01 
        eng "Got a read error from the connection pipe"
        chs "连接管道发生读取错误"
ER_NET_FCNTL_ERROR 08S01 
        eng "Got an error from fcntl()"
        chs "fcntl() 发生错误"
ER_NET_PACKETS_OUT_OF_ORDER 08S01 
        eng "Got packets out of order"
        chs "取得通讯数据错误"
ER_NET_UNCOMPRESS_ERROR 08S01 
        eng "Couldn't uncompress communication packet"
        chs "解压缩通讯数据失败"
ER_NET_READ_ERROR 08S01 
        eng "Got an error reading communication packets"
        chs "读取通讯数据错误"
ER_NET_READ_INTERRUPTED 08S01 
        eng "Got timeout reading communication packets"
        chs "读取通讯数据超时"
ER_NET_ERROR_ON_WRITE 08S01 
        eng "Got an error writing communication packets"
        chs "写入通讯数据错误"
ER_NET_WRITE_INTERRUPTED 08S01 
        eng "Got timeout writing communication packets"
        chs "写入通讯数据超时"
ER_TOO_LONG_STRING 42000 
        eng "Result string is longer than 'max_allowed_packet' bytes"
        chs "结果集大于 'max_allowed_packet'"
ER_TABLE_CANT_HANDLE_BLOB 42000 
        eng "The used table type doesn't support BLOB/TEXT columns"
        chs "当前类型的数据表不支持二进制大对象/文本 (BLOB/TEXT) 字段"
ER_TABLE_CANT_HANDLE_AUTO_INCREMENT 42000 
        eng "The used table type doesn't support AUTO_INCREMENT columns"
        chs "当前类型的数据表不支持自增 (AUTO_INCREMENT) 字段"
ER_DELAYED_INSERT_TABLE_LOCKED  
        eng "INSERT DELAYED can't be used with table '%-.192s' because it is locked with LOCK TABLES"
        chs "延迟插入 (INSERT DELAYED) 不能用于数据表 '%-.192s'，因为该表已被锁定表 (LOCK TABLES) 锁定"
ER_WRONG_COLUMN_NAME 42000 
        eng "Incorrect column name '%-.100s'"
        chs "字段名 '%-.100s' 无效"
ER_WRONG_KEY_COLUMN 42000 
        eng "The used storage engine can't index column '%-.192s'"
        chs "当前使用的存储引擎无法索引字段 '%-.192s'"
ER_WRONG_MRG_TABLE  
        eng "Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist"
        chs "无法打开不同定义或非 MyISAM 类型或不存在的数据表"
ER_DUP_UNIQUE 23000 
        eng "Can't write, because of unique constraint, to table '%-.192s'"
        chs "数据表 '%-.192s' 因唯一限制，写入失败"
ER_BLOB_KEY_WITHOUT_LENGTH 42000 
        eng "BLOB/TEXT column '%-.192s' used in key specification without a key length"
        chs "二进制大对象/文本 (BLOB/TEXT) 字段 '%-.192s' 使用了没有定义索引长度的索引"
ER_PRIMARY_CANT_HAVE_NULL 42000 
        eng "All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead"
        chs "所有主键 (PRIMARY KEY) 的字段必须为非空 (NOT NULL)，如果你需要在索引中使用空值 (NULL)，用唯一 (UNIQUE) 键代替"
ER_TOO_MANY_ROWS 42000 
        eng "Result consisted of more than one row"
        chs "结果超过一行"
ER_REQUIRES_PRIMARY_KEY 42000 
        eng "This table type requires a primary key"
        chs "当前类型的数据表必须有主键"
ER_NO_RAID_COMPILED  
        eng "This version of MySQL is not compiled with RAID support"
        chs "该 MySQL 在编译时没有加入磁盘阵列 (RAID) 支持"
ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE  
        eng "You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column"
        chs "你正在使用安全更新模式，并且尝试使用索引字段 (KEY column) 无条件 (without a WHERE) 更新数据表"
ER_KEY_DOES_NOT_EXITS 42000 S1009
        eng "Key '%-.192s' doesn't exist in table '%-.192s'"
        chs "索引 '%-.192s' 不存在于数据表 '%-.192s' 中"
ER_CHECK_NO_SUCH_TABLE 42000 
        eng "Can't open table"
        chs "打开数据表失败"
ER_CHECK_NOT_IMPLEMENTED 42000 
        eng "The storage engine for the table doesn't support %s"
        chs "当前数据表所使用的存储引擎不支持 %s"
ER_CANT_DO_THIS_DURING_AN_TRANSACTION 25000 
        eng "You are not allowed to execute this command in a transaction"
        chs "事务中不允许执行该命令"
ER_ERROR_DURING_COMMIT  
        eng "Got error %d during COMMIT"
        chs "提交 (COMMIT) 时发生错误 %d"
ER_ERROR_DURING_ROLLBACK  
        eng "Got error %d during ROLLBACK"
        chs "回滚 (ROLLBACK) 时发生错误 %d"
ER_ERROR_DURING_FLUSH_LOGS  
        eng "Got error %d during FLUSH_LOGS"
        chs "刷新日志 (FLUSH_LOGS) 时发生错误 %d"
ER_ERROR_DURING_CHECKPOINT  
        eng "Got error %d during CHECKPOINT"
        chs "检查点 (CHECKPOINT) 时发生错误 %d"
ER_NEW_ABORTING_CONNECTION 08S01 
        eng "Aborted connection %ld to db: '%-.192s' user: '%-.48s' host: '%-.64s' (%-.64s)"
        chs "已取消连接 %ld 到数据库: '%-.192s' 用户: '%-.48s' 主机: '%-.64s' (%-.64s)"
ER_DUMP_NOT_IMPLEMENTED  
        eng "The storage engine for the table does not support binary table dump"
        chs "当前数据表所使用的存储引擎不支持二进制数据表转储 (dump)"
ER_FLUSH_MASTER_BINLOG_CLOSED  
        eng "Binlog closed, cannot RESET MASTER"
        chs "二进制日志已关闭，无法清空二进制日志 (RESET MASTER)"
ER_INDEX_REBUILD  
        eng "Failed rebuilding the index of  dumped table '%-.192s'"
        chs "重建已转储数据表 '%-.192s' 的索引失败"
ER_MASTER  
        eng "Error from master: '%-.64s'"
        chs "主服务器 '%-.64s' 发生错误"
ER_MASTER_NET_READ 08S01 
        eng "Net error reading from master"
        chs "从主服务器读取时发生网络错误"
ER_MASTER_NET_WRITE 08S01 
        eng "Net error writing to master"
        chs "写入到主服务器时发生网络错误"
ER_FT_MATCHING_KEY_NOT_FOUND  
        eng "Can't find FULLTEXT index matching the column list"
        chs "在字段列表中找不到匹配的全文搜索 (FULLTEXT) 索引"
ER_LOCK_OR_ACTIVE_TRANSACTION  
        eng "Can't execute the given command because you have active locked tables or an active transaction"
        chs "正在锁定数据表或处理事务，无法执行给定的命令"
ER_UNKNOWN_SYSTEM_VARIABLE  
        eng "Unknown system variable '%-.64s'"
        chs "未知的系统变量 '%-.64s'"
ER_CRASHED_ON_USAGE  
        eng "Table '%-.192s' is marked as crashed and should be repaired"
        chs "数据表 '%-.192s' 被标记为已损坏，请修复"
ER_CRASHED_ON_REPAIR  
        eng "Table '%-.192s' is marked as crashed and last (automatic?) repair failed"
        chs "数据表 '%-.192s' 被标记为已损坏并且最后一次修复 (可能是自动修复) 失败"
ER_WARNING_NOT_COMPLETE_ROLLBACK  
        eng "Some non-transactional changed tables couldn't be rolled back"
        chs "部分不是由事务所修改的数据表无法回滚"
ER_TRANS_CACHE_FULL  
        eng "Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again"
        chs "多语句的事务需要超过最大二进制日志缓存大小 ('max_binlog_cache_size') 字节数大小的空间，增加此服务器的变量然后重试"
ER_SLAVE_MUST_STOP  
        eng "This operation cannot be performed with a running slave; run STOP SLAVE first"
        chs "该操作不能在从服务器运行时执行，请先停止从服务器 (STOP SLAVE)"
ER_SLAVE_NOT_RUNNING  
        eng "This operation requires a running slave; configure slave and do START SLAVE"
        chs "该操作需要在从服务器运行时执行，请先启动从服务器 (START SLAVE)"
ER_BAD_SLAVE  
        eng "The server is not configured as slave; fix with CHANGE MASTER TO"
        chs "该服务器未配置为从服务器，请使用修改主服务器命令 (CHANGE MASTER TO)"
ER_MASTER_INFO  
        eng "Could not initialize master info structure; more error messages can be found in the MySQL error log"
        chs "初始化主服务器信息结构出错，请查看 MySQL 错误日志获得详细信息"
ER_SLAVE_THREAD  
        eng "Could not create slave thread; check system resources"
        chs "创建从服务器线程失败，请检查系统字段"
ER_TOO_MANY_USER_CONNECTIONS 42000 
        eng "User %-.64s already has more than 'max_user_connections' active connections"
        chs "用户 %-.64s 的活动连接已达到最大用户连接数 ('max_user_connections')"
ER_SET_CONSTANTS_ONLY  
        eng "You may only use constant expressions with SET"
        chs "在设置命令 (SET) 中，你只能使用常量表达式"
ER_LOCK_WAIT_TIMEOUT  
        eng "Lock wait timeout exceeded; try restarting transaction"
        chs "锁定等待超时，请重新开始事务"
ER_LOCK_TABLE_FULL  
        eng "The total number of locks exceeds the lock table size"
        chs "锁的总数超过了锁定数据表的大小"
ER_READ_ONLY_TRANSACTION 25000 
        eng "Update locks cannot be acquired during a READ UNCOMMITTED transaction"
        chs "无法在未提交读取 (READ UNCOMMITTED) 的事务中取得更新锁定"
ER_DROP_DB_WITH_READ_LOCK  
        eng "DROP DATABASE not allowed while thread is holding global read lock"
        chs "在全局读取锁定下，无法删除数据库 (DROP DATABASE)"
ER_CREATE_DB_WITH_READ_LOCK  
        eng "CREATE DATABASE not allowed while thread is holding global read lock"
        chs "在全局读取锁定下，无法创建数据库 (CREATE DATABASE)"
ER_WRONG_ARGUMENTS  
        eng "Incorrect arguments to %s"
        chs "%s 的参数错误"
ER_NO_PERMISSION_TO_CREATE_USER 42000 
        eng "'%-.48s'@'%-.64s' is not allowed to create new users"
        chs "'%-.48s'@'%-.64s' 无权创建用户"
ER_UNION_TABLES_IN_DIFFERENT_DIR  
        eng "Incorrect table definition; all MERGE tables must be in the same database"
        chs "数据表定义无效，所有的合并 (MERGE) 表必须在同一数据库中"
ER_LOCK_DEADLOCK 40001 
        eng "Deadlock found when trying to get lock; try restarting transaction"
        chs "尝试取得锁定时发现死锁，请重新开始事务"
ER_TABLE_CANT_HANDLE_FT  
        eng "The used table type doesn't support FULLTEXT indexes"
        chs "在当前类型的数据表中不支持全文搜索 (FULLTEXT) 索引"
ER_CANNOT_ADD_FOREIGN  
        eng "Cannot add foreign key constraint"
        chs "无法添加外键约束"
ER_NO_REFERENCED_ROW 23000 
        eng "Cannot add or update a child row: a foreign key constraint fails"
        chs "无法添加或更新子行，外键约束失败"
ER_ROW_IS_REFERENCED 23000 
        eng "Cannot delete or update a parent row: a foreign key constraint fails"
        chs "无法删除或更新父行，外键约束失败"
ER_CONNECT_TO_MASTER 08S01 
        eng "Error connecting to master: %-.128s"
        chs "连接到主服务器 %-.128s 错误"
ER_QUERY_ON_MASTER  
        eng "Error running query on master: %-.128s"
        chs "在主服务器 %-.128s 上查询时错误"
ER_ERROR_WHEN_EXECUTING_COMMAND  
        eng "Error when executing command %s: %-.128s"
        chs "执行命令 %s 时发生错误: %-.128s"
ER_WRONG_USAGE  
        eng "Incorrect usage of %s and %s"
        chs "%s 和 %s 的用法错误"
ER_WRONG_NUMBER_OF_COLUMNS_IN_SELECT 21000 
        eng "The used SELECT statements have a different number of columns"
        chs "所用选择 (SELECT) 语句的字段数不同"
ER_CANT_UPDATE_WITH_READLOCK  
        eng "Can't execute the query because you have a conflicting read lock"
        chs "读取锁定冲突，无法执行此查询"
ER_MIXING_NOT_ALLOWED  
        eng "Mixing of transactional and non-transactional tables is disabled"
        chs "不能混合事务和非事务表"
ER_DUP_ARGUMENT  
        eng "Option '%s' used twice in statement"
        chs "在声明中选项 '%s' 被使用了两次"
ER_USER_LIMIT_REACHED 42000 
        eng "User '%-.64s' has exceeded the '%s' resource (current value: %ld)"
        chs "用户 '%-.64s' 超过了资源 '%s' 的使用限制 (当前值: %ld)"
ER_SPECIFIC_ACCESS_DENIED_ERROR 42000 
        eng "Access denied; you need the %-.128s privilege for this operation"
        chs "拒绝访问，你需要 %-.128s 权限来执行这个操作"
ER_LOCAL_VARIABLE  
        eng "Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL"
        chs "变量 '%-.64s' 是会话 (SESSION) 变量，不能用设置全局变量 (SET GLOBAL) 命令"
ER_GLOBAL_VARIABLE  
        eng "Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL"
        chs "变量 '%-.64s' 是全局 (GLOBAL) 变量，应该用设置全局变量 (SET GLOBAL) 命令设置"
ER_NO_DEFAULT 42000 
        eng "Variable '%-.64s' doesn't have a default value"
        chs "变量 '%-.64s' 没有默认值"
ER_WRONG_VALUE_FOR_VAR 42000 
        eng "Variable '%-.64s' can't be set to the value of '%-.200s'"
        chs "不能将变量 '%-.64s' 的值设为 '%-.200s'"
ER_WRONG_TYPE_FOR_VAR 42000 
        eng "Incorrect argument type to variable '%-.64s'"
        chs "变量 '%-.64s' 的参数类型错误"
ER_VAR_CANT_BE_READ  
        eng "Variable '%-.64s' can only be set, not read"
        chs "变量 '%-.64s' 只能设置，不能读取"
ER_CANT_USE_OPTION_HERE 42000 
        eng "Incorrect usage/placement of '%s'"
        chs "使用/设置 '%s' 错误"
ER_NOT_SUPPORTED_YET 42000 
        eng "This version of MySQL doesn't yet support '%s'"
        chs "此版本的 MySQL 尚未支持 '%s'"
ER_MASTER_FATAL_ERROR_READING_BINLOG  
        eng "Got fatal error %d: '%-.128s' from master when reading data from binary log"
        chs "从主服务器的二进制日志读取数据时发生致命错误 %d: '%-.128s'"
ER_SLAVE_IGNORED_TABLE  
        eng "Slave SQL thread ignored the query because of replicate-*-table rules"
        chs "根据复制数据表规则 (replicate-*-table rules)，从服务器 SQL 线程忽略了该查询"
ER_INCORRECT_GLOBAL_LOCAL_VAR  
        eng "Variable '%-.192s' is a %s variable"
        chs "变量 '%-.192s' 是 %s 变量"
ER_WRONG_FK_DEF 42000 
        eng "Incorrect foreign key definition for '%-.192s': %s"
        chs "'%-.192s' 的外键定义错误: %s"
ER_KEY_REF_DO_NOT_MATCH_TABLE_REF  
        eng "Key reference and table reference don't match"
        chs "索引特性和数据表特性不一致"
ER_OPERAND_COLUMNS 21000 
        eng "Operand should contain %d column(s)"
        chs "运算对象应该包含 %d 个字段"
ER_SUBQUERY_NO_1_ROW 21000 
        eng "Subquery returns more than 1 row"
        chs "子查询返回了超过 1 行"
ER_UNKNOWN_STMT_HANDLER  
        eng "Unknown prepared statement handler (%.*s) given to %s"
        chs "未知的预设声明句柄 (%.*s) 于 %s"
ER_CORRUPT_HELP_DB  
        eng "Help database is corrupt or does not exist"
        chs "帮助数据库已损坏或不存在"
ER_CYCLIC_REFERENCE  
        eng "Cyclic reference on subqueries"
        chs "子查询循环引用"
ER_AUTO_CONVERT  
        eng "Converting column '%s' from %s to %s"
        chs "正在将字段 '%s' 从 %s 转换到 %s"
ER_ILLEGAL_REFERENCE 42S22 
        eng "Reference '%-.64s' not supported (%s)"
        chs "尚未支持特性 '%-.64s' (%s)"
ER_DERIVED_MUST_HAVE_ALIAS 42000 
        eng "Every derived table must have its own alias"
        chs "每个被导出的数据表必须有它自己的别名"
ER_SELECT_REDUCED 01000 
        eng "Select %u was reduced during optimization"
        chs "在优化的过程中，选择 %u 减小了"
ER_TABLENAME_NOT_ALLOWED_HERE 42000 
        eng "Table '%-.192s' from one of the SELECTs cannot be used in %-.32s"
        chs "选择 (SELECTs) 中的一个数据表 '%-.192s' 无法用于 %-.32s"
ER_NOT_SUPPORTED_AUTH_MODE 08004 
        eng "Client does not support authentication protocol requested by server; consider upgrading MySQL client"
        chs "客户端不支持服务器需要的认证协议，请考虑升级 MySQL 客户端"
ER_SPATIAL_CANT_HAVE_NULL 42000 
        eng "All parts of a SPATIAL index must be NOT NULL"
        chs "空间 (SPATIAL) 索引的所有字段必须为非空 (NOT NULL)"
ER_COLLATION_CHARSET_MISMATCH 42000 
        eng "COLLATION '%s' is not valid for CHARACTER SET '%s'"
        chs "校对 (COLLATION) '%s' 不可用于字符集 (CHARACTER SET) '%s'"
ER_SLAVE_WAS_RUNNING  
        eng "Slave is already running"
        chs "从服务器已启动"
ER_SLAVE_WAS_NOT_RUNNING  
        eng "Slave already has been stopped"
        chs "从服务器已停止"
ER_TOO_BIG_FOR_UNCOMPRESS  
        eng "Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)"
        chs "未压缩的数据太大，最大大小是 %d (也可能是未压缩数据的长度出错)"
ER_ZLIB_Z_MEM_ERROR  
        eng "ZLIB: Not enough memory"
        chs "ZLIB: 内存不足"
ER_ZLIB_Z_BUF_ERROR  
        eng "ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)"
        chs "ZLIB: 输出缓冲不足 (也可能是未压缩数据的长度出错)"
ER_ZLIB_Z_DATA_ERROR  
        eng "ZLIB: Input data corrupted"
        chs "ZLIB: 输入的数据已损坏"
ER_CUT_VALUE_GROUP_CONCAT  
        eng "Row %u was cut by GROUP_CONCAT()"
        chs "GROUP_CONCAT() 截去了 %u 行数据"
ER_WARN_TOO_FEW_RECORDS 01000 
        eng "Row %ld doesn't contain data for all columns"
        chs "有 %ld 行不是所有字段都有数据"
ER_WARN_TOO_MANY_RECORDS 01000 
        eng "Row %ld was truncated; it contained more data than there were input columns"
        chs "已清除 %ld 行，包含了比输入字段更多的数据"
ER_WARN_NULL_TO_NOTNULL 22004 
        eng "Column set to default value; NULL supplied to NOT NULL column '%s' at row %ld"
        chs "设置字段的默认值，非空 (NOT NULL) 字段 '%s' 的 %ld 行被设为空值 (NULL)"
ER_WARN_DATA_OUT_OF_RANGE 22003 
        eng "Out of range value for column '%s' at row %ld"
        chs "字段 '%s' 的 %ld 行超过值的范围"
WARN_DATA_TRUNCATED 01000 
        eng "Data truncated for column '%s' at row %ld"
        chs "已清除字段 '%s' 的 %ld 行的数据"
ER_WARN_USING_OTHER_HANDLER  
        eng "Using storage engine %s for table '%s'"
        chs "正在使用存储引擎 %s 于数据表 '%s'"
ER_CANT_AGGREGATE_2COLLATIONS  
        eng "Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'"
        chs "混合整理 (%s,%s) 和 (%s,%s) 于操作 '%s' 无效"
ER_DROP_USER  
        eng "Cannot drop one or more of the requested users"
        chs "删除一个或多个用户失败"
ER_REVOKE_GRANTS  
        eng "Can't revoke all privileges for one or more of the requested users"
        chs "撤销一个或多个用户的所有权限失败"
ER_CANT_AGGREGATE_3COLLATIONS  
        eng "Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'"
        chs "混合整理 (%s,%s), (%s,%s), (%s,%s) 于操作 '%s' 无效"
ER_CANT_AGGREGATE_NCOLLATIONS  
        eng "Illegal mix of collations for operation '%s'"
        chs "混合整理与操作 '%s' 无效"
ER_VARIABLE_IS_NOT_STRUCT  
        eng "Variable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)"
        chs "变量 '%-.64s' 不是变量组件 (不能使用 XXXX.变量名)"
ER_UNKNOWN_COLLATION  
        eng "Unknown collation: '%-.64s'"
        chs "未知整理: '%-.64s'"
ER_SLAVE_IGNORED_SSL_PARAMS  
        eng "SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started"
        chs "此 MySQL 从服务器在编译时没有加入 SSL 支持，直到该从服务器支持 SSL，修改主服务器 (CHANGE MASTER) 中的 SSL 参数将被忽略"
ER_SERVER_IS_IN_SECURE_AUTH_MODE  
        eng "Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format"
        chs "服务器运行于安全认证 (--secure-auth) 模式，但用户 '%s'@'%s' 的密码还是旧的格式，请修改其密码为新格式"
ER_WARN_FIELD_RESOLVED  
        eng "Field or reference '%-.192s%s%-.192s%s%-.192s' of SELECT #%d was resolved in SELECT #%d"
        chs "字段或特性 '%-.192s%s%-.192s%s%-.192s' 于 SELECT #%d 已经在 SELECT #%d 中被解析"
ER_BAD_SLAVE_UNTIL_COND  
        eng "Incorrect parameter or combination of parameters for START SLAVE UNTIL"
        chs "启动从服务器直到 (START SLAVE UNTIL) 的参数或组合参数有错"
ER_MISSING_SKIP_SLAVE  
        eng "It is recommended to use --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you will get problems if you get an unexpected slave's mysqld restart"
        chs "在通过启动从服务器直到 (START SLAVE UNTIL) 执行逐步复制 (step-by-step replication) 时，推荐使用忽略从服务器启动 (--skip-slave-start)，否则，如果从服务器发生了意料之外的重新启动，将会发生问题"
ER_UNTIL_COND_IGNORED  
        eng "SQL thread is not to be started so UNTIL options are ignored"
        chs "SQL 线程尚未启动，直到 (UNTIL) 选项将被忽略"
ER_WRONG_NAME_FOR_INDEX 42000 
        eng "Incorrect index name '%-.100s'"
        chs "索引名 '%-.100s' 无效"
ER_WRONG_NAME_FOR_CATALOG 42000 
        eng "Incorrect catalog name '%-.100s'"
        chs "目录名 '%-.100s' 无效"
ER_WARN_QC_RESIZE  
        eng "Query cache failed to set size %lu; new query cache size is %lu"
        chs "设置查询缓存大小到 %lu 失败，新的查询缓存大小为 %lu"
ER_BAD_FT_COLUMN  
        eng "Column '%-.192s' cannot be part of FULLTEXT index"
        chs "字段 '%-.192s' 不能作为全文搜索 (FULLTEXT) 索引的一部分"
ER_UNKNOWN_KEY_CACHE  
        eng "Unknown key cache '%-.100s'"
        chs "未知的索引缓存 '%-.100s'"
ER_WARN_HOSTNAME_WONT_WORK  
        eng "MySQL is started in --skip-name-resolve mode; you must restart it without this switch for this grant to work"
        chs "MySQL 以忽略名称解析 (--skip-name-resolve) 模式启动，要想让该授权工作，请不带该选项重新启动服务器"
ER_UNKNOWN_STORAGE_ENGINE 42000 
        eng "Unknown storage engine '%s'"
        chs "未知的存储引擎 '%s'"
ER_WARN_DEPRECATED_SYNTAX  
        eng "'%s' is deprecated; use '%s' instead"
        chs "不推荐使用 '%s'，请用 '%s' 代替"
ER_NON_UPDATABLE_TABLE  
        eng "The target table %-.100s of the %s is not updatable"
        chs "无法更新目标数据表 %-.100s 的 %s"
ER_FEATURE_DISABLED  
        eng "The '%s' feature is disabled; you need MySQL built with '%s' to have it working"
        chs "功能 '%s' 被禁用，若要使用，需要在编译时加入 '%s' 的支持"
ER_OPTION_PREVENTS_STATEMENT  
        eng "The MySQL server is running with the %s option so it cannot execute this statement"
        chs "此 MySQL 服务器运行在 %s 模式，无法执行该命令"
ER_DUPLICATED_VALUE_IN_TYPE  
        eng "Column '%-.100s' has duplicated value '%-.64s' in %s"
        chs "字段 '%-.100s' 中有重复的值 '%-.64s' 于 %s"
ER_TRUNCATED_WRONG_VALUE 22007 
        eng "Truncated incorrect %-.32s value: '%-.128s'"
        chs "已清除错误的 %-.32s 值: '%-.128s'"
ER_TOO_MUCH_AUTO_TIMESTAMP_COLS  
        eng "Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
        chs "数据表定义无效，只能有一个时间戳 (TIMESTAMP) 字段在默认 (DEFAULT) 或在更新时 (ON UPDATE) 从句中使用当前时间戳 (CURRENT_TIMESTAMP)"
ER_INVALID_ON_UPDATE  
        eng "Invalid ON UPDATE clause for '%-.192s' column"
        chs "字段 '%-.192s' 的在更新时 (ON UPDATE) 从句错误"
ER_UNSUPPORTED_PS  
        eng "This command is not supported in the prepared statement protocol yet"
        chs "该命令尚未在预设声明协议中支持"
ER_GET_ERRMSG  
        eng "Got error %d '%-.100s' from %s"
        chs "发生错误 %d '%-.100s' 在 %s 中"
ER_GET_TEMPORARY_ERRMSG  
        eng "Got temporary error %d '%-.100s' from %s"
        chs "发生临时错误 %d '%-.100s' 在 %s 中"
ER_UNKNOWN_TIME_ZONE  
        eng "Unknown or incorrect time zone: '%-.64s'"
        chs "未知或错误的时区: '%-.64s'"
ER_WARN_INVALID_TIMESTAMP  
        eng "Invalid TIMESTAMP value in column '%s' at row %ld"
        chs "字段 '%s' 中第 %ld 行的时间戳 (TIMESTAMP) 值无效"
ER_INVALID_CHARACTER_STRING  
        eng "Invalid %s character string: '%.64s'"
        chs "%s 字符串 '%.64s' 无效"
ER_WARN_ALLOWED_PACKET_OVERFLOWED  
        eng "Result of %s() was larger than max_allowed_packet (%ld) - truncated"
        chs "%s() 的结果大于 max_allowed_packet (%ld) - 已清除"
ER_CONFLICTING_DECLARATIONS  
        eng "Conflicting declarations: '%s%s' and '%s%s'"
        chs "'%s%s' 和 '%s%s' 的定义冲突"
ER_SP_NO_RECURSIVE_CREATE 2F003 
        eng "Can't create a %s from within another stored routine"
        chs "不能在另一个存储过程里面创建 %s"
ER_SP_ALREADY_EXISTS 42000 
        eng "%s %s already exists"
        chs "%s %s 已存在"
ER_SP_DOES_NOT_EXIST 42000 
        eng "%s %s does not exist"
        chs "%s %s 不存在"
ER_SP_DROP_FAILED  
        eng "Failed to DROP %s %s"
        chs "删除 (DROP) %s %s 失败"
ER_SP_STORE_FAILED  
        eng "Failed to CREATE %s %s"
        chs "创建 (CREATE) %s %s 失败"
ER_SP_LILABEL_MISMATCH 42000 
        eng "%s with no matching label: %s"
        chs "%s 没有匹配的标签: %s"
ER_SP_LABEL_REDEFINE 42000 
        eng "Redefining label %s"
        chs "标签 %s 定义重复"
ER_SP_LABEL_MISMATCH 42000 
        eng "End-label %s without match"
        chs "结束标签 %s 不匹配"
ER_SP_UNINIT_VAR 01000 
        eng "Referring to uninitialized variable %s"
        chs "未初始化的变量 %s"
ER_SP_BADSELECT 0A000 
        eng "PROCEDURE %s can't return a result set in the given context"
        chs "存储过程 (PROCEDURE) %s 不能在特定的环境中返回一个结果集"
ER_SP_BADRETURN 42000 
        eng "RETURN is only allowed in a FUNCTION"
        chs "返回 (RETURN) 仅在函数 (FUNCTION) 中可用"
ER_SP_BADSTATEMENT 0A000 
        eng "%s is not allowed in stored procedures"
        chs "在存储过程中不允许 %s"
ER_UPDATE_LOG_DEPRECATED_IGNORED 42000 
        eng "The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been ignored"
        chs "不推荐使用更新日志且其已被二进制日志取代，SET SQL_LOG_UPDATE 将被忽略"
ER_UPDATE_LOG_DEPRECATED_TRANSLATED 42000 
        eng "The update log is deprecated and replaced by the binary log; SET SQL_LOG_UPDATE has been translated to SET SQL_LOG_BIN"
        chs "不推荐使用更新日志且其已被二进制日志取代，SET SQL_LOG_UPDATE 将被转换成 SET SQL_LOG_BIN"
ER_QUERY_INTERRUPTED 70100 
        eng "Query execution was interrupted"
        chs "查询被中断"
ER_SP_WRONG_NO_OF_ARGS 42000 
        eng "Incorrect number of arguments for %s %s; expected %u, got %u"
        chs "%s %s 的参数个数错误，应为 %u 个，传入 %u 个"
ER_SP_COND_MISMATCH 42000 
        eng "Undefined CONDITION: %s"
        chs "未定义的条件 (CONDITION): %s"
ER_SP_NORETURN 42000 
        eng "No RETURN found in FUNCTION %s"
        chs "函数 (FUNCTION) %s 中没有找到返回 (RETURN)"
ER_SP_NORETURNEND 2F005 
        eng "FUNCTION %s ended without RETURN"
        chs "函数 (FUNCTION) %s 未以返回 (RETURN) 结束"
ER_SP_BAD_CURSOR_QUERY 42000 
        eng "Cursor statement must be a SELECT"
        chs "游标语句必须是选择 (SELECT)"
ER_SP_BAD_CURSOR_SELECT 42000 
        eng "Cursor SELECT must not have INTO"
        chs "游标选择不能有到 (INTO)"
ER_SP_CURSOR_MISMATCH 42000 
        eng "Undefined CURSOR: %s"
        chs "未定义游标 (CURSOR): %s"
ER_SP_CURSOR_ALREADY_OPEN 24000 
        eng "Cursor is already open"
        chs "游标已打开"
ER_SP_CURSOR_NOT_OPEN 24000 
        eng "Cursor is not open"
        chs "游标未打开"
ER_SP_UNDECLARED_VAR 42000 
        eng "Undeclared variable: %s"
        chs "未定义变量: %s"
ER_SP_WRONG_NO_OF_FETCH_ARGS  
        eng "Incorrect number of FETCH variables"
        chs "取得 (FETCH) 变量的数量错误"
ER_SP_FETCH_NO_DATA 02000 
        eng "No data - zero rows fetched, selected, or processed"
        chs "没有数据 - 取得，选择或执行了零行"
ER_SP_DUP_PARAM 42000 
        eng "Duplicate parameter: %s"
        chs "参数重名: %s"
ER_SP_DUP_VAR 42000 
        eng "Duplicate variable: %s"
        chs "变量重名: %s"
ER_SP_DUP_COND 42000 
        eng "Duplicate condition: %s"
        chs "条件重名: %s"
ER_SP_DUP_CURS 42000 
        eng "Duplicate cursor: %s"
        chs "游标重名: %s"
ER_SP_CANT_ALTER  
        eng "Failed to ALTER %s %s"
        chs "修改 (ALTER) %s %s 失败"
ER_SP_SUBSELECT_NYI 0A000 
        eng "Subquery value not supported"
        chs "尚未支持子查询的值"
ER_STMT_NOT_ALLOWED_IN_SF_OR_TRG 0A000
        eng "%s is not allowed in stored function or trigger"
        chs "在函数或触发器中不允许 %s"
ER_SP_VARCOND_AFTER_CURSHNDLR 42000 
        eng "Variable or condition declaration after cursor or handler declaration"
        chs "变量/条件声明在游标/句柄声明之后"
ER_SP_CURSOR_AFTER_HANDLER 42000 
        eng "Cursor declaration after handler declaration"
        chs "游标声明在句柄声明之后"
ER_SP_CASE_NOT_FOUND 20000 
        eng "Case not found for CASE statement"
        chs "如果 (CASE) 语句没有找到条件"
ER_FPARSER_TOO_BIG_FILE  
        eng "Configuration file '%-.192s' is too big"
        chs "配置文件 '%-.192s' 太大"
ER_FPARSER_BAD_HEADER  
        eng "Malformed file type header in file '%-.192s'"
        chs "'%-.192s' 文件的头错误"
ER_FPARSER_EOF_IN_COMMENT  
        eng "Unexpected end of file while parsing comment '%-.200s'"
        chs "解析注释 '%-.200s' 时发生意料之外的文件结束"
ER_FPARSER_ERROR_IN_PARAMETER  
        eng "Error while parsing parameter '%-.192s' (line: '%-.192s')"
        chs "解析 '%-.192s' 参数时发生错误 (行: '%-.192s')"
ER_FPARSER_EOF_IN_UNKNOWN_PARAMETER  
        eng "Unexpected end of file while skipping unknown parameter '%-.192s'"
        chs "忽略未知参数 '%-.192s' 时发生意料之外的文件结束"
ER_VIEW_NO_EXPLAIN  
        eng "EXPLAIN/SHOW can not be issued; lacking privileges for underlying table"
        chs "无法使用解释/显示命令，缺少源数据表的权限"
ER_FRM_UNKNOWN_TYPE  
        eng "File '%-.192s' has unknown type '%-.64s' in its header"
        chs "'%-.192s' 文件的头是未知类型 '%-.64s'"
ER_WRONG_OBJECT  
        eng "'%-.192s.%-.192s' is not %s"
        chs "'%-.192s.%-.192s' 不是 %s"
ER_NONUPDATEABLE_COLUMN  
        eng "Column '%-.192s' is not updatable"
        chs "无法更新字段 '%-.192s'"
ER_VIEW_SELECT_DERIVED  
        eng "View's SELECT contains a subquery in the FROM clause"
        chs "视图中选择 (SELECT) 的从 (FROM) 从句包含了子查询"
ER_VIEW_SELECT_CLAUSE  
        eng "View's SELECT contains a '%s' clause"
        chs "视图中的选择 (SELECT) 包含了 '%s' 从句"
ER_VIEW_SELECT_VARIABLE  
        eng "View's SELECT contains a variable or parameter"
        chs "视图中的选择 (SELECT) 包含了变量或参数"
ER_VIEW_SELECT_TMPTABLE  
        eng "View's SELECT refers to a temporary table '%-.192s'"
        chs "视图中的选择 (SELECT) 使用了临时表 '%-.192s'"
ER_VIEW_WRONG_LIST  
        eng "View's SELECT and view's field list have different column counts"
        chs "视图选择 (SELECT) 的字段和视图字段列表的字段数量不同"
ER_WARN_VIEW_MERGE  
        eng "View merge algorithm can't be used here for now (assumed undefined algorithm)"
        chs "视图合并算法现在不能用于此处 (假设未定义算法)"
ER_WARN_VIEW_WITHOUT_KEY  
        eng "View being updated does not have complete key of underlying table in it"
        chs "视图已更新，但没有完成源数据表的索引"
ER_VIEW_INVALID  
        eng "View '%-.192s.%-.192s' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them"
        chs "没有权限在视图 '%-.192s.%-.192s' 中使用数据表、字段、函数或定义/执行者"
ER_SP_NO_DROP_SP  
        eng "Can't drop or alter a %s from within another stored routine"
        chs "不能在另一个存储过程中删除或修改 %s"
ER_SP_GOTO_IN_HNDLR  
        eng "GOTO is not allowed in a stored procedure handler"
        chs "不能在存储过程句柄中使用转到 (GOTO)"
ER_TRG_ALREADY_EXISTS  
        eng "Trigger already exists"
        chs "触发器已存在"
ER_TRG_DOES_NOT_EXIST  
        eng "Trigger does not exist"
        chs "触发器不存在"
ER_TRG_ON_VIEW_OR_TEMP_TABLE  
        eng "Trigger's '%-.192s' is view or temporary table"
        chs "触发器的 '%-.192s' 是视图或临时表"
ER_TRG_CANT_CHANGE_ROW  
        eng "Updating of %s row is not allowed in %strigger"
        chs "尚未允许更新 %s 行于 %s 触发器"
ER_TRG_NO_SUCH_ROW_IN_TRG  
        eng "There is no %s row in %s trigger"
        chs "没有 %s 行于 %s 触发器"
ER_NO_DEFAULT_FOR_FIELD  
        eng "Field '%-.192s' doesn't have a default value"
        chs "字段 '%-.192s' 没有默认值"
ER_DIVISION_BY_ZERO 22012 
        eng "Division by 0"
        chs "除数不能为零 (0)"
ER_TRUNCATED_WRONG_VALUE_FOR_FIELD  
        eng "Incorrect %-.32s value: '%-.128s' for column '%.192s' at row %ld"
        chs "%-.32s 值错误: '%-.128s' 于字段 '%.192s' 在第 %ld 行"
ER_ILLEGAL_VALUE_FOR_TYPE 22007 
        eng "Illegal %s '%-.192s' value found during parsing"
        chs "解析时发现无效值 %s '%-.192s'"
ER_VIEW_NONUPD_CHECK  
        eng "CHECK OPTION on non-updatable view '%-.192s.%-.192s'"
        chs "不能在不可更新视图 '%-.192s.%-.192s' 中使用检查选项 (CHECK OPTION)"
ER_VIEW_CHECK_FAILED  
        eng "CHECK OPTION failed '%-.192s.%-.192s'"
        chs "检查选项 (CHECK OPTION) 失败 '%-.192s.%-.192s'"
ER_PROCACCESS_DENIED_ERROR 42000 
        eng "%-.16s command denied to user '%-.48s'@'%-.64s' for routine '%-.192s'"
        chs "无权执行 %-.16s 命令，用户 '%-.48s'@'%-.64s' 于存储过程 '%-.192s'"
ER_RELAY_LOG_FAIL  
        eng "Failed purging old relay logs: %s"
        chs "清空旧的中继日志 %s 失败"
ER_PASSWD_LENGTH  
        eng "Password hash should be a %d-digit hexadecimal number"
        chs "密码散列应该是一个有 %d 个 16 进制数的数字"
ER_UNKNOWN_TARGET_BINLOG  
        eng "Target log not found in binlog index"
        chs "没有在二进制日志索引中发现目标日志"
ER_IO_ERR_LOG_INDEX_READ  
        eng "I/O error reading log index file"
        chs "读取日志索引文件时发生 I/O 错误"
ER_BINLOG_PURGE_PROHIBITED  
        eng "Server configuration does not permit binlog purge"
        chs "服务器设置不允许清空二进制日志"
ER_FSEEK_FAIL  
        eng "Failed on fseek()"
        chs "fseek() 失败"
ER_BINLOG_PURGE_FATAL_ERR  
        eng "Fatal error during log purge"
        chs "清除日志时发生致命错误"
ER_LOG_IN_USE  
        eng "A purgeable log is in use, will not purge"
        chs "可被清除的日志正在使用，将不会清除"
ER_LOG_PURGE_UNKNOWN_ERR  
        eng "Unknown error during log purge"
        chs "正在清除日志时发生未知错误"
ER_RELAY_LOG_INIT  
        eng "Failed initializing relay log position: %s"
        chs "初始化中继日志 %s 失败"
ER_NO_BINARY_LOGGING  
        eng "You are not using binary logging"
        chs "你没有使用二进制日志"
ER_RESERVED_SYNTAX  
        eng "The '%-.64s' syntax is reserved for purposes internal to the MySQL server"
        chs "'%-.64s' 语法是 MySQL 服务器内部保留的"
ER_WSAS_FAILED  
        eng "WSAStartup Failed"
        chs "WSAStartup 失败"
ER_DIFF_GROUPS_PROC  
        eng "Can't handle procedures with different groups yet"
        chs "不能控制不同组的存储过程"
ER_NO_GROUP_FOR_PROC  
        eng "Select must have a group with this procedure"
        chs "此存储过程中的选择必须有一个分组"
ER_ORDER_WITH_PROC  
        eng "Can't use ORDER clause with this procedure"
        chs "不能在此存储过程中使用排序 (ORDER) 从句"
ER_LOGGING_PROHIBIT_CHANGING_OF  
        eng "Binary logging and replication forbid changing the global server %s"
        chs "二进制日志和禁止复制改变"
ER_NO_FILE_MAPPING  
        eng "Can't map file: %-.200s, errno: %d"
        chs "映射 %-.200s 文件失败，错误号: %d"
ER_WRONG_MAGIC  
        eng "Wrong magic in %-.64s"
        chs "%-.64s 中有 magic 错误"
ER_PS_MANY_PARAM  
        eng "Prepared statement contains too many placeholders"
        chs "预设声明参数过多"
ER_KEY_PART_0  
        eng "Key part '%-.192s' length cannot be 0"
        chs "索引字段 '%-.192s' 长度不能为零 (0)"
ER_VIEW_CHECKSUM  
        eng "View text checksum failed"
        chs "视图文本验证失败"
ER_VIEW_MULTIUPDATE  
        eng "Can not modify more than one base table through a join view '%-.192s.%-.192s'"
        chs "不能在连接视图 '%-.192s.%-.192s' 中修改超过一个源数据表"
ER_VIEW_NO_INSERT_FIELD_LIST  
        eng "Can not insert into join view '%-.192s.%-.192s' without fields list"
        chs "向连接视图 '%-.192s.%-.192s' 中插入数据时需要字段列表"
ER_VIEW_DELETE_MERGE_VIEW  
        eng "Can not delete from join view '%-.192s.%-.192s'"
        chs "从连接视图 '%-.192s.%-.192s' 中删除数据失败"
ER_CANNOT_USER  
        eng "Operation %s failed for %.256s"
        chs "操作 %s 失败，%.256s"
ER_XAER_NOTA XAE04
        eng "XAER_NOTA: Unknown XID"
        chs "XAER_NOTA: 未知的 XID"
ER_XAER_INVAL XAE05
        eng "XAER_INVAL: Invalid arguments (or unsupported command)"
        chs "XAER_INVAL: 参数无效 (或不支持的命令)"
ER_XAER_RMFAIL XAE07
        eng "XAER_RMFAIL: The command cannot be executed when global transaction is in the  %.64s state"
        chs "XAER_RMFAIL: 当全局事务在 %.64s 状态下，该命令无法执行"
ER_XAER_OUTSIDE XAE09
        eng "XAER_OUTSIDE: Some work is done outside global transaction"
        chs "XAER_OUTSIDE: 某些工作已在全局事务外完成"
ER_XAER_RMERR XAE03
        eng "XAER_RMERR: Fatal error occurred in the transaction branch - check your data for consistency"
        chs "XAER_RMERR: 在事务分支中发生致命错误 - 请检查你的数据"
ER_XA_RBROLLBACK XA100
        eng "XA_RBROLLBACK: Transaction branch was rolled back"
        chs "XA_RBROLLBACK: 事务分支已回滚"
ER_NONEXISTING_PROC_GRANT 42000 
        eng "There is no such grant defined for user '%-.48s' on host '%-.64s' on routine '%-.192s'"
        chs "还没有给用户 '%-.48s' 授予主机 '%-.64s' 中存储过程 '%-.192s' 的任何权限"
ER_PROC_AUTO_GRANT_FAIL
        eng "Failed to grant EXECUTE and ALTER ROUTINE privileges"
        chs "授予执行 (EXECUTE) 和修改存储过程 (ALTER ROUTINE) 权限失败"
ER_PROC_AUTO_REVOKE_FAIL
        eng "Failed to revoke all privileges to dropped routine"
        chs "撤销已删除存储过程的所有权限失败"
ER_DATA_TOO_LONG 22001
        eng "Data too long for column '%s' at row %ld"
        chs "字段 '%s' 在第 %ld 行的数据太长"
ER_SP_BAD_SQLSTATE 42000
        eng "Bad SQLSTATE: '%s'"
        chs "SQL 状态 (SQLSTATE) 错误: '%s'"
ER_STARTUP
        eng "%s: ready for connections.\nVersion: '%s'  socket: '%s'  port: %d  %s"
        chs "%s: 准备连接。\n版本: '%s'  套接字: '%s'  端口: %d  %s"
ER_LOAD_FROM_FIXED_SIZE_ROWS_TO_VAR
        eng "Can't load value from file with fixed size rows to variable"
        chs "将固定行大小文件的值加载到变量失败"
ER_CANT_CREATE_USER_WITH_GRANT 42000
        eng "You are not allowed to create a user with GRANT"
        chs "你不允许通过授权 (GRANT) 创建用户"
ER_WRONG_VALUE_FOR_TYPE  
        eng "Incorrect %-.32s value: '%-.128s' for function %-.32s"
        chs "%-.32s 值错误: '%-.128s' 于函数 %-.32s"
ER_TABLE_DEF_CHANGED
        eng "Table definition has changed, please retry transaction"
        chs "数据表定义被修改，请重试事务"
ER_SP_DUP_HANDLER 42000
        eng "Duplicate handler declared in the same block"
        chs "句柄重复定义"
ER_SP_NOT_VAR_ARG 42000
        eng "OUT or INOUT argument %d for routine %s is not a variable or NEW pseudo-variable in BEFORE trigger"
        chs "传出 (OUT) 或可传入也可传出 (INOUT) 参数 %d 于存储过程 %s 不是变量或是一个执行于事件之前之前 (BEFORE) 的触发器的伪变量"
ER_SP_NO_RETSET 0A000
        eng "Not allowed to return a result set from a %s"
        chs "不允许从 %s 返回一个结果集"
ER_CANT_CREATE_GEOMETRY_OBJECT 22003 
        eng "Cannot get geometry object from data you send to the GEOMETRY field"
        chs "无法从发送到几何 (GEOMETRY) 字段的数据中取得几何对象"
ER_FAILED_ROUTINE_BREAK_BINLOG
        eng "A routine failed and has neither NO SQL nor READS SQL DATA in its declaration and binary logging is enabled; if non-transactional tables were updated, the binary log will miss their changes"
        chs "存储过程的声明中没有 没有 SQL (NO SQL) 或 读取 SQL 数据 (READS SQL DATA) 定义且已启用二进制日志，如果一个非事务型数据表被更新，二进制日志将不会记录这些改动"
ER_BINLOG_UNSAFE_ROUTINE
        eng "This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)"
        chs "声明中没有 确定的 (DETERMINISTIC)，没有 SQL (NO SQL) 或 读取 SQL 数据 (READS SQL DATA) 定义且已启用二进制日志 (你 *可能* 需要使用稍不安全的 log_bin_trust_function_creators 变量)"
ER_BINLOG_CREATE_ROUTINE_NEED_SUPER
        eng "You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)"
        chs "已启用二进制日志，但你没有超级 (SUPER) 权限 (你 *可能* 需要使用稍不安全的 log_bin_trust_function_creators 变量)"
ER_EXEC_STMT_WITH_OPEN_CURSOR
        eng "You can't execute a prepared statement which has an open cursor associated with it. Reset the statement to re-execute it."
        chs "不能执行一个已打开游标的预设声明。请重设然后重新执行。"
ER_STMT_HAS_NO_OPEN_CURSOR
        eng "The statement (%lu) has no open cursor."
        chs "声明 (%lu) 没有已打开的游标。"
ER_COMMIT_NOT_ALLOWED_IN_SF_OR_TRG
        eng "Explicit or implicit commit is not allowed in stored function or trigger."
        chs "不能在函数和触发器中使用显式或隐式提交。"
ER_NO_DEFAULT_FOR_VIEW_FIELD
        eng "Field of view '%-.192s.%-.192s' underlying table doesn't have a default value"
        chs "视图 '%-.192s.%-.192s' 的源数据表字段没有默认值"
ER_SP_NO_RECURSION
        eng "Recursive stored functions and triggers are not allowed."
        chs "不能递归函数和触发器。"
ER_TOO_BIG_SCALE 42000 S1009
        eng "Too big scale %d specified for column '%-.192s'. Maximum is %lu."
        chs "字段 '%-.192s' 的大小 %d 过大。最大大小是 %lu 。"
ER_TOO_BIG_PRECISION 42000 S1009
        eng "Too big precision %d specified for column '%-.192s'. Maximum is %lu."
        chs "字段 '%-.192s' 的精度 %d 过大。最大精度是 %lu 。"
ER_M_BIGGER_THAN_D 42000 S1009
        eng "For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s')."
        chs "浮点数，双精度数或小数类型的字段中，M 必须大于等于 D (字段 '%-.192s')。"
ER_WRONG_LOCK_OF_SYSTEM_TABLE
        eng "You can't combine write-locking of system tables with other tables or lock types"
        chs "不能联合写锁定的系统数据表和其他数据表或其它的锁定类型"
ER_CONNECT_TO_FOREIGN_DATA_SOURCE
        eng "Unable to connect to foreign data source: %.64s"
        chs "连接到外部数据源 %.64s 失败"
ER_QUERY_ON_FOREIGN_DATA_SOURCE
        eng "There was a problem processing the query on the foreign data source. Data source error: %-.64s"
        chs "在外部数据源中执行查询时发生错误。数据源错误:  %-.64s"
ER_FOREIGN_DATA_SOURCE_DOESNT_EXIST
        eng "The foreign data source you are trying to reference does not exist. Data source error:  %-.64s"
        chs "外部数据源不存在。数据源错误:  %-.64s"
ER_FOREIGN_DATA_STRING_INVALID_CANT_CREATE
        eng "Can't create federated table. The data source connection string '%-.64s' is not in the correct format"
        chs "创建 FEDERATED 数据表失败。数据源连接字符串 '%-.64s' 格式错误"
ER_FOREIGN_DATA_STRING_INVALID
        eng "The data source connection string '%-.64s' is not in the correct format"
        chs "数据源连接字符串 '%-.64s' 格式不正确"
ER_CANT_CREATE_FEDERATED_TABLE  
        eng "Can't create federated table. Foreign data src error:  %-.64s"
        chs "创建 FEDERATED 数据表失败。外部数据源错误:  %-.64s"
ER_TRG_IN_WRONG_SCHEMA  
        eng "Trigger in wrong schema"
        chs "触发器结构错误"
ER_STACK_OVERRUN_NEED_MORE
        eng "Thread stack overrun:  %ld bytes used of a %ld byte stack, and %ld bytes needed.  Use 'mysqld -O thread_stack=#' to specify a bigger stack."
        chs "线程堆栈溢出:  已使用: %ld / %ld 堆栈，还需要 %ld 字节。  请使用 'mysqld -O thread_stack=#' 来特别指定一个更大的堆栈。"
ER_TOO_LONG_BODY 42000 S1009
        eng "Routine body for '%-.100s' is too long"
        chs "存储过程 '%-.100s' 的主体过长"
ER_WARN_CANT_DROP_DEFAULT_KEYCACHE
        eng "Cannot drop default keycache"
        chs "删除默认索引缓存失败"
ER_TOO_BIG_DISPLAYWIDTH 42000 S1009
        eng "Display width out of range for column '%-.192s' (max = %lu)"
        chs "字段 '%-.192s' 显示宽度过大 (最大为 %lu)"
ER_XAER_DUPID XAE08
        eng "XAER_DUPID: The XID already exists"
        chs "XAER_DUPID: XID 已存在"
ER_DATETIME_FUNCTION_OVERFLOW 22008
        eng "Datetime function: %-.32s field overflow"
        chs "日期时间函数: %-.32s 字段溢出"
ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG
        eng "Can't update table '%-.192s' in stored function/trigger because it is already used by statement which invoked this stored function/trigger."
        chs "数据表 '%-.192s' 已在执行函数/触发器的声明中使用，不能在函数/触发器中更新该表。"
ER_VIEW_PREVENT_UPDATE
        eng "The definition of table '%-.192s' prevents operation %.192s on table '%-.192s'."
        chs "数据表 '%-.192s' 的定义中禁止 %.192s 操作在数据表 '%-.192s' 中发生。"
ER_PS_NO_RECURSION
        eng "The prepared statement contains a stored routine call that refers to that same statement. It's not allowed to execute a prepared statement in such a recursive manner"
        chs "预设声明包含了调用自己的存储过程。不能递归调用预设声明"
ER_SP_CANT_SET_AUTOCOMMIT
        eng "Not allowed to set autocommit from a stored function or trigger"
        chs "不能在函数和触发器中设置自动提交"
ER_MALFORMED_DEFINER
        eng "Definer is not fully qualified"
        chs "定义者不完全合格"
ER_VIEW_FRM_NO_USER
        eng "View '%-.192s'.'%-.192s' has no definer information (old table format). Current user is used as definer. Please recreate the view!"
        chs "视图 '%-.192s'@'%-.192s' 没有定义信息 (旧的数据表格式)。使用当前用户作为定义者。请重建视图！"
ER_VIEW_OTHER_USER
        eng "You need the SUPER privilege for creation view with '%-.192s'@'%-.192s' definer"
        chs "你需要有超级 (SUPER) 权限才能特别指定 '%-.192s'@'%-.192s' 为视图创建者"
ER_NO_SUCH_USER
        eng "The user specified as a definer ('%-.64s'@'%-.64s') does not exist"
        chs "用户特定的定义者 ('%-.64s'@'%-.64s') 不存在"
ER_FORBID_SCHEMA_CHANGE
        eng "Changing schema from '%-.192s' to '%-.192s' is not allowed."
        chs "不能将结构 '%-.192s' 修改为 '%-.192s' 。"
ER_ROW_IS_REFERENCED_2 23000
        eng "Cannot delete or update a parent row: a foreign key constraint fails (%.192s)"
        chs "删除或更新父行失败: 外键约束失败 (%.192s)"
ER_NO_REFERENCED_ROW_2 23000
        eng "Cannot add or update a child row: a foreign key constraint fails (%.192s)"
        chs "添加或更新子行失败: 外键约束失败 (%.192s)"
ER_SP_BAD_VAR_SHADOW 42000
        eng "Variable '%-.64s' must be quoted with `...`, or renamed"
        chs "变量 '%-.64s' 必须用 `...` 引起来或者重命名"
ER_TRG_NO_DEFINER
        eng "No definer attribute for trigger '%-.192s'.'%-.192s'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger."
        chs "触发器 '%-.192s'.'%-.192s' 没有定义者属性。该触发器将以认证执行者模式激活，可能权限不足。请重建触发器。"
ER_OLD_FILE_FORMAT
        eng "'%-.192s' has an old format, you should re-create the '%s' object(s)"
        chs "'%-.192s' 是旧的格式，请重建 '%s' 对象"
ER_SP_RECURSION_LIMIT
        eng "Recursive limit %d (as set by the max_sp_recursion_depth variable) was exceeded for routine %.192s"
        chs "超过递归限制 %d (由 max_sp_recursion_depth 变量设定) 存储过程: %.192s"
ER_SP_PROC_TABLE_CORRUPT
        eng "Failed to load routine %-.192s. The table mysql.proc is missing, corrupt, or contains bad data (internal code %d)"
        chs "加载存储过程 %-.192s 失败。数据表 mysql.proc 丢失、损坏或含有错误的数据 (内部代码 %d)"
ER_SP_WRONG_NAME 42000
        eng "Incorrect routine name '%-.192s'"
        chs "存储过程名 '%-.192s' 无效"
ER_TABLE_NEEDS_UPGRADE
        eng "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
        chs "需要升级数据表。请运行 \"REPAIR TABLE `%-.32s`\" 修复！"
ER_SP_NO_AGGREGATE 42000
        eng "AGGREGATE is not supported for stored functions"
        chs "函数不支持聚集 (AGGREGATE)"
ER_MAX_PREPARED_STMT_COUNT_REACHED 42000
        eng "Can't create more than max_prepared_stmt_count statements (current value: %lu)"
        chs "声明过多，最多 max_prepared_stmt_count (当前值: %lu)"
ER_VIEW_RECURSIVE
        eng "`%-.192s`.`%-.192s` contains view recursion"
        chs "`%-.192s`.`%-.192s` 中包含视图递归"
ER_NON_GROUPING_FIELD_USED 42000
        eng "non-grouping field '%-.192s' is used in %-.64s clause"
        chs "非分组字段 '%-.192s' 在 %-.64s 从句中出现"
ER_TABLE_CANT_HANDLE_SPKEYS
        eng "The used table type doesn't support SPATIAL indexes"
        chs "当前类型的数据表不支持空间 (SPATIAL) 索引"
ER_NO_TRIGGERS_ON_SYSTEM_SCHEMA
        eng "Triggers can not be created on system tables"
        chs "不能在系统数据表中创建触发器"
ER_REMOVED_SPACES
        eng "Leading spaces are removed from name '%s'"
        chs "已移除 '%s' 开头的空格"
ER_AUTOINC_READ_FAILED
        eng "Failed to read auto-increment value from storage engine"
        chs "从存储引擎读取自增值失败"
ER_USERNAME
        eng "user name"
        chs "用户名"
ER_HOSTNAME
        eng "host name"
        chs "主机名"
ER_WRONG_STRING_LENGTH
        eng "String '%-.70s' is too long for %s (should be no longer than %d)"
        chs "字符串 '%-.70s' 对于 %s 来说太长了 (不应该超过 %d)"
ER_NON_INSERTABLE_TABLE  
        eng "The target table %-.100s of the %s is not insertable-into"
        chs "目标数据表 %-.100s 于 %s 不可插入"
ER_ADMIN_WRONG_MRG_TABLE
        eng "Table '%-.64s' is differently defined or of non-MyISAM type or doesn't exist"
        chs "数据表 '%-.64s' 的定义不一样或不是 MyISAM 类型或不存在"
ER_TOO_HIGH_LEVEL_OF_NESTING_FOR_SELECT
        eng "Too high level of nesting for select"
        chs "选择嵌套过多"
ER_NAME_BECOMES_EMPTY
        eng "Name '%-.64s' has become ''"
        chs "'%-.64s' 会变成空 ('')"
ER_AMBIGUOUS_FIELD_TERM
        eng "First character of the FIELDS TERMINATED string is ambiguous; please use non-optional and non-empty FIELDS ENCLOSED BY"
        chs "字段结束符的首字母有歧义，请使用非可选"
ER_FOREIGN_SERVER_EXISTS
        eng "The foreign server, %s, you are trying to create already exists."
        chs "外部服务器 %s 已存在。"
ER_FOREIGN_SERVER_DOESNT_EXIST
        eng "The foreign server name you are trying to reference does not exist. Data source error:  %-.64s"
        chs "外部服务器名不存在。数据源错误:  %-.64s"
ER_ILLEGAL_HA_CREATE_OPTION
        eng "Table storage engine '%-.64s' does not support the create option '%.64s'"
        chs "数据表存储引擎 '%-.64s' 不支持创建选项 '%.64s'"
ER_PARTITION_REQUIRES_VALUES_ERROR
        eng "Syntax error: %-.64s PARTITIONING requires definition of VALUES %-.64s for each partition"
        chs "解析错误: %-.64s 分区 (PARTITIONING) 必须给每个分区定义值 (VALUES) %-.64s"
ER_PARTITION_WRONG_VALUES_ERROR
        eng "Only %-.64s PARTITIONING can use VALUES %-.64s in partition definition"
        chs "只有 %-.64s 分区 (PARTITIONING) 可以在定义分区时使用值 (VALUES) %-.64s"
ER_PARTITION_MAXVALUE_ERROR
        eng "MAXVALUE can only be used in last partition definition"
        chs "只能在最后一个分区定义中使用最大值 (MAXVALUE)"
ER_PARTITION_SUBPARTITION_ERROR
        eng "Subpartitions can only be hash partitions and by key"
        chs "子分区必须是基于索引的散列分区"
ER_PARTITION_SUBPART_MIX_ERROR
        eng "Must define subpartitions on all partitions if on one partition"
        chs "子分区要同时在所有分区上定义"
ER_PARTITION_WRONG_NO_PART_ERROR
        eng "Wrong number of partitions defined, mismatch with previous setting"
        chs "分区定义数量错误，上个设置错误"
ER_PARTITION_WRONG_NO_SUBPART_ERROR
        eng "Wrong number of subpartitions defined, mismatch with previous setting"
        chs "子分区定义数量错误，上个设置错误"
ER_CONST_EXPR_IN_PARTITION_FUNC_ERROR
        eng "Constant/Random expression in (sub)partitioning function is not allowed"
        chs "(子)分区中不允许常量/随机表达式"
ER_NO_CONST_EXPR_IN_RANGE_OR_LIST_ERROR
        eng "Expression in RANGE/LIST VALUES must be constant"
        chs "范围/列表值 (RANGE/LIST VALUES) 的表达式必须是常量"
ER_FIELD_NOT_FOUND_PART_ERROR
        eng "Field in list of fields for partition function not found in table"
        chs "在数据表中找不到分区字段列表中的字段"
ER_LIST_OF_FIELDS_ONLY_IN_HASH_ERROR
        eng "List of fields is only allowed in KEY partitions"
        chs "字段列表仅可在索引 (KEY) 分区中使用"
ER_INCONSISTENT_PARTITION_INFO_ERROR
        eng "The partition info in the frm file is not consistent with what can be written into the frm file"
        chs "frm 文件中的分区信息和可写入到 frm 文件中的信息不一致"
ER_PARTITION_FUNC_NOT_ALLOWED_ERROR
        eng "The %-.192s function returns the wrong type"
        chs "函数 %-.192s 的返回值类型错误"
ER_PARTITIONS_MUST_BE_DEFINED_ERROR
        eng "For %-.64s partitions each partition must be defined"
        chs "在 %-.64s 分区中，每个分区都要定义"
ER_RANGE_NOT_INCREASING_ERROR
        eng "VALUES LESS THAN value must be strictly increasing for each partition"
        chs "值小于 (VALUES LESS THAN) 的值必须严格按每个分区递增"
ER_INCONSISTENT_TYPE_OF_FUNCTIONS_ERROR
        eng "VALUES value must be of same type as partition function"
        chs "值 (VALUES) 的类型必须和分区函数需要的类型一致"
ER_MULTIPLE_DEF_CONST_IN_LIST_PART_ERROR
        eng "Multiple definition of same constant in list partitioning"
        chs "列表分区中定义了多个相同的常量"
ER_PARTITION_ENTRY_ERROR
        eng "Partitioning can not be used stand-alone in query"
        chs "不能在独立的查询中分区"
ER_MIX_HANDLER_ERROR
        eng "The mix of handlers in the partitions is not allowed in this version of MySQL"
        chs "此版本的 MySQL 中不支持分区的混合句柄"
ER_PARTITION_NOT_DEFINED_ERROR
        eng "For the partitioned engine it is necessary to define all %-.64s"
        chs "已分区的引擎有必要定义所有的 %-.64s"
ER_TOO_MANY_PARTITIONS_ERROR
        eng "Too many partitions (including subpartitions) were defined"
        chs "分区过多 (包括子分区)"
ER_SUBPARTITION_ERROR
        eng "It is only possible to mix RANGE/LIST partitioning with HASH/KEY partitioning for subpartitioning"
        chs "在子分区中，只能将范围/列表 (RANGE/LIST) 分区和散列/索引 (HASH/KEY) 分区混合"
ER_CANT_CREATE_HANDLER_FILE
        eng "Failed to create specific handler file"
        chs "创建特定文件句柄失败"
ER_BLOB_FIELD_IN_PART_FUNC_ERROR
        eng "A BLOB field is not allowed in partition function"
        chs "不能在分区中使用二进制大对象 (BLOB) 字段"
ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
        eng "A %-.192s must include all columns in the table's partitioning function"
        chs "%-.192s 必须包含所有数据表分区中的字段"
ER_NO_PARTS_ERROR
        eng "Number of %-.64s = 0 is not an allowed value"
        chs "不允许这样的值 %-.64s = 0"
ER_PARTITION_MGMT_ON_NONPARTITIONED
        eng "Partition management on a not partitioned table is not possible"
        chs "不能对一个未分区的数据表使用分区功能"
ER_FOREIGN_KEY_ON_PARTITIONED
        eng "Foreign key clause is not yet supported in conjunction with partitioning"
        chs "外键从句尚未支持关联分区"
ER_DROP_PARTITION_NON_EXISTENT
        eng "Error in list of partitions to %-.64s"
        chs "列分区 %-.64s 时发生错误"
ER_DROP_LAST_PARTITION
        eng "Cannot remove all partitions, use DROP TABLE instead"
        chs "不能删除所有分区，请使用删除表 (DROP TABLE) 代替"
ER_COALESCE_ONLY_ON_HASH_PARTITION
        eng "COALESCE PARTITION can only be used on HASH/KEY partitions"
        chs "合并分区 (COALESCE PARTITION) 只能用于散列/索引 (HASH/KEY) 分区"
ER_REORG_HASH_ONLY_ON_SAME_NO
        eng "REORGANIZE PARTITION can only be used to reorganize partitions not to change their numbers"
        chs "调整分区 (REORGANIZE PARTITION) 不能修改分区的数量"
ER_REORG_NO_PARAM_ERROR
        eng "REORGANIZE PARTITION without parameters can only be used on auto-partitioned tables using HASH PARTITIONs"
        chs "没有参数的调整分区 (REORGANIZE PARTITION) 只能用于使用散列分区 (HASH PARTITIONs) 的自动分区的数据表"
ER_ONLY_ON_RANGE_LIST_PARTITION
        eng "%-.64s PARTITION can only be used on RANGE/LIST partitions"
        chs "%-.64s 分区 (PARTITION) 只能用于范围/列表 (RANGE/LIST) 分区"
ER_ADD_PARTITION_SUBPART_ERROR
        eng "Trying to Add partition(s) with wrong number of subpartitions"
        chs "添加分区时子分区的数量错误"
ER_ADD_PARTITION_NO_NEW_PARTITION
        eng "At least one partition must be added"
        chs "至少要添加一个分区"
ER_COALESCE_PARTITION_NO_PARTITION
        eng "At least one partition must be coalesced"
        chs "至少要有一个分区被合并"
ER_REORG_PARTITION_NOT_EXIST
        eng "More partitions to reorganize than there are partitions"
        chs "找不到这么多要调整的分区"
ER_SAME_NAME_PARTITION
        eng "Duplicate partition name %-.192s"
        chs "分区重名: %-.192s"
ER_NO_BINLOG_ERROR
        eng "It is not allowed to shut off binlog on this command"
        chs "该命令不允许关闭二进制日志"
ER_CONSECUTIVE_REORG_PARTITIONS
        eng "When reorganizing a set of partitions they must be in consecutive order"
        chs "必须按顺序调整分区集"
ER_REORG_OUTSIDE_RANGE
        eng "Reorganize of range partitions cannot change total ranges except for last partition where it can extend the range"
        chs "调整范围分区时除了最后一个分区可以扩展，不能改变其它分区总的范围"
ER_PARTITION_FUNCTION_FAILURE
        eng "Partition function not supported in this version for this handler"
        chs "此版本 MySQL 中的该句柄不支持分区功能"
ER_PART_STATE_ERROR
        eng "Partition state cannot be defined from CREATE/ALTER TABLE"
        chs "分区状态不能在创建/修改表 (CREATE/ALTER TABLE) 中定义"
ER_LIMITED_PART_RANGE
        eng "The %-.64s handler only supports 32 bit integers in VALUES"
        chs "%-.64s 句柄在值 (VALUES) 中仅支持 32 位整数"
ER_PLUGIN_IS_NOT_LOADED
        eng "Plugin '%-.192s' is not loaded"
        chs "插件 '%-.192s' 未加载"
ER_WRONG_VALUE
        eng "Incorrect %-.32s value: '%-.128s'"
        chs "%-.32s 值错误: '%-.128s'"
ER_NO_PARTITION_FOR_GIVEN_VALUE
        eng "Table has no partition for value %-.64s"
        chs "数据表没有 %-.64s 值的分区"
ER_FILEGROUP_OPTION_ONLY_ONCE
        eng "It is not allowed to specify %s more than once"
        chs "不能多次特别指定 %s"
ER_CREATE_FILEGROUP_FAILED
        eng "Failed to create %s"
        chs "创建 %s 失败"
ER_DROP_FILEGROUP_FAILED
        eng "Failed to drop %s"
        chs "删除 %s 失败"
ER_TABLESPACE_AUTO_EXTEND_ERROR
        eng "The handler doesn't support autoextend of tablespaces"
        chs "该句柄不支持数据表空间自动扩展"
ER_WRONG_SIZE_NUMBER
        eng "A size parameter was incorrectly specified, either number or on the form 10M"
        chs "指定了一个错误的大小参数，可用数字或形如 10M 的文本"
ER_SIZE_OVERFLOW_ERROR
        eng "The size number was correct but we don't allow the digit part to be more than 2 billion"
        chs "大小的值是正确的，但数字分区不能大于20亿"
ER_ALTER_FILEGROUP_FAILED
        eng "Failed to alter: %s"
        chs "修改 %s 失败"
ER_BINLOG_ROW_LOGGING_FAILED
        eng "Writing one row to the row-based binary log failed"
        chs "写入一行基于行的二进制日志失败"
ER_BINLOG_ROW_WRONG_TABLE_DEF
        eng "Table definition on master and slave does not match: %s"
        chs "主服务器和从服务器的数据表定义不一致: %s"
ER_BINLOG_ROW_RBR_TO_SBR
        eng "Slave running with --log-slave-updates must use row-based binary logging to be able to replicate row-based binary log events"
        chs "从服务器运行于 --log-slave-updates 模式下，必须使用基于行的二进制日志来复制基于行的二进制日志事件"
ER_EVENT_ALREADY_EXISTS
        eng "Event '%-.192s' already exists"
        chs "事件 '%-.192s' 已存在"
ER_EVENT_STORE_FAILED
        eng "Failed to store event %s. Error code %d from storage engine."
        chs "保存事件 %s 失败。存储引擎返回错误代码 %d 。"
ER_EVENT_DOES_NOT_EXIST
        eng "Unknown event '%-.192s'"
        chs "未知的事件 '%-.192s'"
ER_EVENT_CANT_ALTER
        eng "Failed to alter event '%-.192s'"
        chs "修改事件 '%-.192s' 失败"
ER_EVENT_DROP_FAILED
        eng "Failed to drop %s"
        chs "删除 %s 失败"
ER_EVENT_INTERVAL_NOT_POSITIVE_OR_TOO_BIG
        eng "INTERVAL is either not positive or too big"
        chs "间隔时间 (INTERVAL) 不是正的或太大"
ER_EVENT_ENDS_BEFORE_STARTS
        eng "ENDS is either invalid or before STARTS"
        chs "结束时间 (ENDS) 无效或早于开始时间 (STARTS)"
ER_EVENT_EXEC_TIME_IN_THE_PAST
        eng "Event execution time is in the past. Event has been disabled"
        chs "已过事件执行时间。事件将被禁止"
ER_EVENT_OPEN_TABLE_FAILED
        eng "Failed to open mysql.event"
        chs "打开 mysql.event 失败"
ER_EVENT_NEITHER_M_EXPR_NOR_M_AT
        eng "No datetime expression provided"
        chs "没有提供日期时间表达式"
ER_COL_COUNT_DOESNT_MATCH_CORRUPTED
        eng "Column count of mysql.%s is wrong. Expected %d, found %d. The table is probably corrupted"
        chs "数据表 mysql.%s 的字段数不对。应该是 %d 个，找到了 %d 个。该数据表可能损坏了"
ER_CANNOT_LOAD_FROM_TABLE
        eng "Cannot load from mysql.%s. The table is probably corrupted"
        chs "加载 mysql.%s 失败。该数据表可能损坏了"
ER_EVENT_CANNOT_DELETE
        eng "Failed to delete the event from mysql.event"
        chs "从 mysql.event 删除事件失败"
ER_EVENT_COMPILE_ERROR
        eng "Error during compilation of event's body"
        chs "在完成执行事件主体时发生错误"
ER_EVENT_SAME_NAME
        eng "Same old and new event name"
        chs "新事件名和原事件名相同"
ER_EVENT_DATA_TOO_LONG
        eng "Data for column '%s' too long"
        chs "字段 '%s' 的数据太长"
ER_DROP_INDEX_FK
        eng "Cannot drop index '%-.192s': needed in a foreign key constraint"
        chs "删除索引 '%-.192s' 失败: 需要外键约束"
ER_WARN_DEPRECATED_SYNTAX_WITH_VER  
        eng " "The syntax '%s' is deprecated and will be removed in MySQL %s. Please use %s instead"
        chs "不推荐使用 '%s'，且其将在 MySQL %s 中移除。请使用 %s 代替"
ER_CANT_WRITE_LOCK_LOG_TABLE
        eng "You can't write-lock a log table. Only read access is possible"
        chs "不能对日志表写入锁定。只能读取访问"
ER_CANT_LOCK_LOG_TABLE
        eng "You can't use locks with log tables."
        chs "不能对日志表使用锁定。"
ER_FOREIGN_DUPLICATE_KEY 23000 S1009
        eng "Upholding foreign key constraints for table '%.192s', entry '%-.192s', key %d would lead to a duplicate entry"
        chs "数据表 '%.192s' 中发生外键约束，值 '%-.192s' 重复于索引 %d 中"
ER_COL_COUNT_DOESNT_MATCH_PLEASE_UPDATE
        eng "Column count of mysql.%s is wrong. Expected %d, found %d. Created with MySQL %d, now running %d. Please use mysql_upgrade to fix this error."
        chs "数据表 mysql.%s 的字段数错误。应该是 %d 个，找到了 %d 个。由 MySQL 创建 %d 个，正在运行 %d 个。请使用 mysql_upgrade 修复。"
ER_TEMP_TABLE_PREVENTS_SWITCH_OUT_OF_RBR
        eng "Cannot switch out of the row-based binary log format when the session has open temporary tables"
        chs "会话打开临时表时，不能切换出基于行的二进制日志格式"
ER_STORED_FUNCTION_PREVENTS_SWITCH_BINLOG_FORMAT
        eng "Cannot change the binary logging format inside a stored function or trigger"
        chs "不能在函数或触发器内部修改二进制日志的格式"
ER_NDB_CANT_SWITCH_BINLOG_FORMAT
        eng "The NDB cluster engine does not support changing the binlog format on the fly yet"
        chs "NDB 集群引擎不支持直接修改二进制日志格式"
ER_PARTITION_NO_TEMPORARY
        eng "Cannot create temporary table with partitions"
        chs "通过分区创建临时表失败"
ER_PARTITION_CONST_DOMAIN_ERROR
        eng "Partition constant is out of partition function domain"
        chs "分区常量超出分区函数域"
ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
        eng "This partition function is not allowed"
        chs "无法使用这个分区函数"
ER_DDL_LOG_ERROR
        eng "Error in DDL log"
        chs "DDL 日志错误"
ER_NULL_IN_VALUES_LESS_THAN
        eng "Not allowed to use NULL value in VALUES LESS THAN"
        chs "在值小于 (VALUES LESS THAN) 中不能使用空值 (NULL)"
ER_WRONG_PARTITION_NAME
        eng "Incorrect partition name"
        chs "分区名错误"
ER_CANT_CHANGE_TX_ISOLATION 25001
        eng "Transaction isolation level can't be changed while a transaction is in progress"
        chs "不能在执行事务时修改事务隔离级别"
ER_DUP_ENTRY_AUTOINCREMENT_CASE
        eng "ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry '%-.192s' for key '%-.192s'"
        chs "修改表 (ALTER TABLE) 使自增重排，字段 '%-.192s' 有重复值 '%-.192s'"
ER_EVENT_MODIFY_QUEUE_ERROR
        eng "Internal scheduler error %d"
        chs "计划器内部错误 %d"
ER_EVENT_SET_VAR_ERROR
        eng "Error during starting/stopping of the scheduler. Error code %u"
        chs "启动/停止计划器时发生错误。错误代码 %u"
ER_PARTITION_MERGE_ERROR
        eng "Engine cannot be used in partitioned tables"
        chs "存储引擎不能用于被分区的数据表"
ER_CANT_ACTIVATE_LOG
        eng "Cannot activate '%-.64s' log"
        chs "激活 '%-.64s' 日志失败"
ER_RBR_NOT_AVAILABLE
        eng "The server was not built with row-based replication"
        chs "该 MySQL 在编译时没有加入基于行复制 (row-based replication) 的支持"
ER_BASE64_DECODE_ERROR
        eng "Decoding of base64 string failed"
        chs "解码 base64 编码的字符串失败"
ER_EVENT_RECURSION_FORBIDDEN
        eng "Recursion of EVENT DDL statements is forbidden when body is present"
        chs "主体声明确定时不能递归声明事件 (EVENT) DDL"
ER_EVENTS_DB_ERROR
        eng "Cannot proceed because system tables used by Event Scheduler were found damaged at server start"
        chs "无法执行，服务器启动时检测到事件计划所用的系统数据表已损坏"
ER_ONLY_INTEGERS_ALLOWED
        eng "Only integers allowed as number here"
        chs "这里仅允许整数作为数字"
ER_UNSUPORTED_LOG_ENGINE
        eng "This storage engine cannot be used for log tables"
        chs "该类型的存储引擎不能用于日志表"
ER_BAD_LOG_STATEMENT
        eng "You cannot '%s' a log table if logging is enabled"
        chs "启用日志时，你不能 '%s' 日志表"
ER_CANT_RENAME_LOG_TABLE
        eng "Cannot rename '%s'. When logging enabled, rename to/from log table must rename two tables: the log table to an archive table and another table back to '%s'"
        chs "重命名 '%s' 失败。启用日志时，重命名为日志表或重命名日志表必须重命名两个表: 将日志表改为存档表并将另一个表改为 '%s'"
ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT 42000
        eng "Incorrect parameter count in the call to native function '%-.192s'"
        chs "原生函数 '%-.192s' 的参数个数错误"
ER_WRONG_PARAMETERS_TO_NATIVE_FCT 42000
        eng "Incorrect parameters in the call to native function '%-.192s'"
        chs "原生函数 '%-.192s' 的参数错误"
ER_WRONG_PARAMETERS_TO_STORED_FCT 42000  
        eng "Incorrect parameters in the call to stored function '%-.192s'"
        chs "函数 '%-.192s' 的参数错误"
ER_NATIVE_FCT_NAME_COLLISION
        eng "This function '%-.192s' has the same name as a native function"
        chs "函数 '%-.192s' 和一个原生的函数重名"
ER_DUP_ENTRY_WITH_KEY_NAME 23000 S1009
        eng "Duplicate entry '%-.64s' for key '%-.192s'"
        chs "值 '%-.64s' 在唯一索引(主键或唯一键) '%-.192s' 中已存在"
ER_BINLOG_PURGE_EMFILE
        eng "Too many files opened, please execute the command again"
        chs "打开文件过多，请重新执行命令"
ER_EVENT_CANNOT_CREATE_IN_THE_PAST
        eng "Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation."
        chs "事件执行时间已过并且设置了完成时删除 (ON COMPLETION NOT PRESERVE)。事件已在创建后立刻被删除。"
ER_EVENT_CANNOT_ALTER_IN_THE_PAST
        eng "Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation."
        chs "事件执行时间已过并且设置了完成时删除 (ON COMPLETION NOT PRESERVE)。事件已在修改后立刻被删除。"
ER_SLAVE_INCIDENT
        eng "The incident %s occured on the master. Message: %-.64s"
        chs "主服务器发生事件 %s 。信息: %-.64s"
ER_NO_PARTITION_FOR_GIVEN_VALUE_SILENT
        eng "Table has no partition for some existing values"
        chs "数据表中没有符合给定值的分区"
ER_BINLOG_UNSAFE_STATEMENT
        eng "Statement is not safe to log in statement format."
        chs "使用声明格式记录声明不安全。"
ER_SLAVE_FATAL_ERROR
        eng "Fatal error: %s"
        chs "致命错误: %s"
ER_SLAVE_RELAY_LOG_READ_FAILURE
        eng "Relay log read failure: %s"
        chs "继续读取日志失败: %s"
ER_SLAVE_RELAY_LOG_WRITE_FAILURE
        eng "Relay log write failure: %s"
        chs "继续写入日志失败: %s"
ER_SLAVE_CREATE_EVENT_FAILURE
        eng "Failed to create %s"
        chs "创建 %s 失败"
ER_SLAVE_MASTER_COM_FAILURE
        eng "Master command %s failed: %s"
        chs "主服务器命令 %s 失败: %s"
ER_BINLOG_LOGGING_IMPOSSIBLE
        eng "Binary logging not possible. Message: %s"
        chs "二进制日志不可用。信息: %s"
ER_VIEW_NO_CREATION_CTX
        eng "View `%-.64s`.`%-.64s` has no creation context"
        chs "视图 `%-.64s`.`%-.64s` 没有建立背景"
ER_VIEW_INVALID_CREATION_CTX
        eng "Creation context of view `%-.64s`.`%-.64s' is invalid"
        chs "视图 `%-.64s`.`%-.64s` 的建立背景无效"
ER_SR_INVALID_CREATION_CTX
        eng "Creation context of stored routine `%-.64s`.`%-.64s` is invalid"
        chs "存储过程 `%-.64s`.`%-.64s` 的建立背景无效"
ER_TRG_CORRUPTED_FILE
        eng "Corrupted TRG file for table `%-.64s`.`%-.64s`"
        chs "数据表 `%-.64s`.`%-.64s` 的 TRG 文件损坏"
ER_TRG_NO_CREATION_CTX
        eng "Triggers for table `%-.64s`.`%-.64s` have no creation context"
        chs "数据表 `%-.64s`.`%-.64s` 的触发器没有建立背景"
ER_TRG_INVALID_CREATION_CTX
        eng "Trigger creation context of table `%-.64s`.`%-.64s` is invalid"
        chs "数据表 `%-.64s`.`%-.64s` 的触发器的建立背景无效"
ER_EVENT_INVALID_CREATION_CTX
        eng "Creation context of event `%-.64s`.`%-.64s` is invalid"
        chs "事件 `%-.64s`.`%-.64s` 的建立背景无效"
ER_TRG_CANT_OPEN_TABLE
        eng "Cannot open table for trigger `%-.64s`.`%-.64s`"
        chs "触发器 `%-.64s`.`%-.64s` 打开数据表失败"
ER_CANT_CREATE_SROUTINE
        eng "Cannot create stored routine `%-.64s`. Check warnings"
        chs "创建存储过程 `%-.64s` 失败，请检查警告"
ER_SLAVE_AMBIGOUS_EXEC_MODE
        eng "Ambiguous slave modes combination. %s"
        chs "从服务器运行模式有歧义。 %s"
ER_NO_FORMAT_DESCRIPTION_EVENT_BEFORE_BINLOG_STATEMENT
        eng "The BINLOG statement of type `%s` was not preceded by a format description BINLOG statement."
        chs "`%s` 类型二进制日志 (BINLOG) 的声明之前没有格式描述二进制日志 (BINLOG) 声明。"
ER_SLAVE_CORRUPT_EVENT
        eng "Corrupted replication event was detected"
        chs "检测到复制事件损坏"
ER_LOAD_DATA_INVALID_COLUMN
        eng "Invalid column reference (%-.64s) in LOAD DATA"
        chs "载入数据 (LOAD DATA) 中的字段 (%-.64s) 无效"
ER_LOG_PURGE_NO_FILE  
        eng "Being purged log %s was not found"
        chs "没有找到将要清除的日志 %s"
ER_XA_RBTIMEOUT XA106
        eng "XA_RBTIMEOUT: Transaction branch was rolled back: took too long"
        chs "XA_RBTIMEOUT: 事务分支已回滚: 已超时"
ER_XA_RBDEADLOCK XA102
        eng "XA_RBDEADLOCK: Transaction branch was rolled back: deadlock was detected"
        chs "XA_RBDEADLOCK: 事务分支已回滚: 检测到死锁"
ER_NEED_REPREPARE
        eng "Prepared statement needs to be re-prepared"
        chs "预设声明需要重新设置"
ER_DELAYED_NOT_SUPPORTED  
        eng "DELAYED option not supported for table '%-.192s'"
        chs "数据表 '%-.192s' 不支持延迟 (DELAYED) 选项"
WARN_NO_MASTER_INFO  
        eng "The master info structure does not exist"
        chs "主服务器信息结构不存在"
WARN_OPTION_IGNORED
        eng "<%-.64s> option ignored"
        chs "已忽略选项 <%-.64s>"
WARN_PLUGIN_DELETE_BUILTIN
        eng "Built-in plugins cannot be deleted"
        chs "不能删除内建插件"
WARN_PLUGIN_BUSY
        eng "Plugin is busy and will be uninstalled on shutdown"
        chs "插件正忙并将在关闭时卸载"
ER_VARIABLE_IS_READONLY
        eng "%s variable '%s' is read-only. Use SET %s to assign the value"
        chs "%s 变量 '%s' 是只读的。用 SET %s 来指定值"
ER_WARN_AUTO_CONVERT_LOCK
        eng "Converted to non-transactional lock on '%-.64s'"
        chs "在 '%-.64s' 上转换到非事务锁"
ER_NO_AUTO_CONVERT_LOCK_STRICT
        eng "Cannot convert to non-transactional lock in strict mode on '%-.64s'"
        chs "在严格模式下 '%-.64s' 不能转换到非事务锁"
ER_NO_AUTO_CONVERT_LOCK_TRANSACTION
        eng "Cannot convert to non-transactional lock in an active transaction on '%-.64s'"
        chs "在激活的事务 '%-.64s' 中不能转换到非事务锁"
ER_NO_STORAGE_ENGINE
        eng "Can't access storage engine of table %-.64s"
        chs "不能访问数据表 %-.64s 的存储引擎"
ER_BACKUP_BACKUP_START
        eng "Starting backup process"
        chs "开始备份"
ER_BACKUP_BACKUP_DONE
        eng "Backup completed"
        chs "备份成功"
ER_BACKUP_RESTORE_START
        eng "Starting restore process"
        chs "开始还原"
ER_BACKUP_RESTORE_DONE
        eng "Restore completed"
        chs "还原成功"
ER_BACKUP_NOTHING_TO_BACKUP
        eng "Nothing to backup"
        chs "没有要备份的内容"
ER_BACKUP_CANNOT_INCLUDE_DB
        eng "Database '%-.64s' cannot be included in a backup"
        chs "数据库 '%-.64s' 不能包含备份"
ER_BACKUP_BACKUP
        eng "Error during backup operation - see SHOW WARNINGS for more information"
        chs "执行备份操作时出错 - 请使用显示警告 (SHOW WARNINGS) 获得详细信息"
ER_BACKUP_RESTORE
        eng "Error during restore operation - see SHOW WARNINGS for more information"
        chs "执行还原操作时出错 - 请使用显示警告 (SHOW WARNINGS) 获得详细信息"
ER_BACKUP_RUNNING
        eng "Can't execute this command because another BACKUP/RESTORE operation is in progress"
        chs "不能执行该命令，另一个备份/还原 (BACKUP/RESTORE) 操作正在执行"
ER_BACKUP_BACKUP_PREPARE
        eng "Error when preparing for backup operation"
        chs "正在准备备份时出错"
ER_BACKUP_RESTORE_PREPARE
        eng "Error when preparing for restore operation"
        chs "正在准备还原时出错"
ER_BACKUP_INVALID_LOC
        eng "Invalid backup location '%-.64s'"
        chs "备份地址 '%-.64s' 无效"
ER_BACKUP_READ_LOC
        eng "Can't read backup location '%-.64s'"
        chs "读取备份地址 '%-.64s' 失败"
ER_BACKUP_WRITE_LOC
        eng "Can't write to backup location '%-.64s'"
        chs "写入备份地址 '%-.64s' 失败"
ER_BACKUP_LIST_DBS
        eng "Can't enumerate server databases"
        chs "列出服务器中的数据库失败"
ER_BACKUP_LIST_TABLES
        eng "Can't enumerate server tables"
        chs "列出服务器中的数据表失败"
ER_BACKUP_LIST_DB_TABLES
        eng "Can't enumerate tables in database %-.64s"
        chs "列出数据库 %-.64s 中的数据表失败"
ER_BACKUP_SKIP_VIEW
        eng "Skipping view %-.64s in database %-.64s"
        chs "正在跳过视图 %-.64s 于数据库 %-.64s 中"
ER_BACKUP_NO_ENGINE
        eng "Skipping table %-.64s since it has no valid storage engine"
        chs "正在跳过没有可用存储引擎的数据表 %-.64s"
ER_BACKUP_TABLE_OPEN
        eng "Can't open table %-.64s"
        chs "打开数据表 %-.64s 失败"
ER_BACKUP_READ_HEADER
        eng "Can't read backup archive preamble"
        chs "读取备份存档头失败"
ER_BACKUP_WRITE_HEADER
        eng "Can't write backup archive preamble"
        chs "写入备份存档头失败"
ER_BACKUP_NO_BACKUP_DRIVER
        eng "Can't find backup driver for table %-.64s"
        chs "找不到数据表 %-.64s 的备份驱动"
ER_BACKUP_NOT_ACCEPTED
        eng "%-.64s backup driver was selected for table %-.64s but it rejects to handle this table"
        chs "已将备份驱动 %-.64s 设置给数据表 %-.64s，但它拒绝该数据表"
ER_BACKUP_CREATE_BACKUP_DRIVER
        eng "Can't create %-.64s backup driver"
        chs "创建备份驱动 %-.64s 失败"
ER_BACKUP_CREATE_RESTORE_DRIVER
        eng "Can't create %-.64s restore driver"
        chs "创建还原驱动 %-.64s 失败"
ER_BACKUP_TOO_MANY_IMAGES
        eng "Backup image uses %d backup engines but maximum %d are supported"
        chs "备份引擎使用过多，备份映象用了 %d 个，最多支持 %d 个"
ER_BACKUP_WRITE_META
        eng "Error when saving meta-data of %-.64s"
        chs "保存 %-.64s 的元数据时出错"
ER_BACKUP_READ_META
        eng "Error when reading meta-data"
        chs "读取元数据时出错"
ER_BACKUP_CREATE_META
        eng "Failed to obtain meta-data for %-.64s"
        chs "取得 %-.64s 的元数据出错"
ER_BACKUP_GET_BUF
        eng "Can't allocate buffer for image data transfer"
        chs "给映像数据传输分配缓存失败"
ER_BACKUP_WRITE_DATA
        eng "Error when writing data from %-.64s backup driver (data block for table #%d)"
        chs "备份驱动 %-.64s 写入数据时发生错误 (数据表 #%d 的数据块)"
ER_BACKUP_READ_DATA
        eng "Error when reading data from backup stream"
        chs "从备份流中读取数据时发生错误"
ER_BACKUP_NEXT_CHUNK
        eng "Can't go to the next chunk in backup stream"
        chs "无法获得下一块备份流数据"
ER_BACKUP_INIT_BACKUP_DRIVER
        eng "Can't initialize %-.64s backup driver"
        chs "初始化备份驱动 %-.64s 失败"
ER_BACKUP_INIT_RESTORE_DRIVER
        eng "Can't initialize %-.64s restore driver"
        chs "初始化还原驱动 %-.64s 失败"
ER_BACKUP_STOP_BACKUP_DRIVER
        eng "Can't shut down %-.64s backup driver"
        chs "关闭备份驱动 %-.64s 失败"
ER_BACKUP_STOP_RESTORE_DRIVERS
        eng "Can't shut down %-.64s backup driver(s)"
        chs "关闭还原驱动 %-.64s 失败"
ER_BACKUP_PREPARE_DRIVER
        eng "%-.64s backup driver can't prepare for synchronization"
        chs "备份驱动 %-.64s 不能准备同步"
ER_BACKUP_CREATE_VP
        eng "%-.64s backup driver can't create its validity point"
        chs "备份驱动 %-.64s 不能创建检查点"
ER_BACKUP_UNLOCK_DRIVER
        eng "Can't unlock %-.64s backup driver after creating the validity point"
        chs "备份驱动 %-.64s 在创建检查点后解锁失败"
ER_BACKUP_CANCEL_BACKUP
        eng "%-.64s backup driver can't cancel its backup operation"
        chs "备份驱动 %-.64s 无法取消备份操作"
ER_BACKUP_CANCEL_RESTORE
        eng "%-.64s restore driver can't cancel its restore operation"
        chs "还原驱动 %-.64s 无法取消还原操作"
ER_BACKUP_GET_DATA
        eng "Error when polling %-.64s backup driver for its data"
        chs "备份驱动 %-.64s 轮询数据时发生错误"
ER_BACKUP_SEND_DATA
        eng "Error when sending data (for table #%d) to %-.64s restore driver"
        chs "发送 (数据表 #%d 的) 数据 给还原驱动 %-.64s 时出错"
ER_BACKUP_SEND_DATA_RETRY
        eng "After %d attempts %-.64s restore driver still can't accept next block of data"
        chs "%d 次尝试后，还原驱动 %-.64s 还是不能接收下一块数据"
ER_BACKUP_OPEN_TABLES
        eng "Open and lock tables failed in %-.64s"
        chs "在 %-.64s 中打开并锁定数据表失败"
ER_BACKUP_THREAD_INIT
        eng "Backup driver's table locking thread can not be initialized."
        chs "备份驱动的数据表正在锁定线程，无法初始化。"
ER_BACKUP_PROGRESS_TABLES
        eng "Can't open the backup logs as tables. Check 'mysql.backup_history' and 'mysql.backup_progress' or run mysql_upgrade to repair."
        chs "不能将备份日志作为数据表打开。检查 'mysql.backup_history' 和 'mysql.backup_progress' 或运行 mysql_upgrade 修复。"
ER_TABLESPACE_EXIST
        eng "Tablespace '%-.192s' already exists"
        chs "表空间 '%-.192s' 已存在"
ER_NO_SUCH_TABLESPACE
        eng "Tablespace '%-.192s' doesn't exist"
        chs "表空间 '%-.192s' 不存在"
ER_SLAVE_HEARTBEAT_FAILURE
        eng "Unexpected master's heartbeat data: %s"
        chs "意料之外的主服务器心跳数据: %s"
ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE
        eng "The requested value for the heartbeat period %s %s"
        chs "所请求的心跳值 %s %s"
ER_SLAVE_IGNORE_SERVER_IDS
        eng "The requested server id %d clashes with the slave startup option --replicate-same-server-id"
        chs "请求的服务器序号 %d 和从服务器启动选项 --replicate-same-server-id 冲突"
ER_BACKUP_CANT_FIND_SE
        eng "Backup image contains data created by a native driver of %-.64s storage engine but this engine can not be found on this server"
        chs "备份映象包含了由 %-.64s 存储引擎的原生驱动创建的数据，但该服务器上没有这个存储引擎"
ER_BACKUP_NO_NATIVE_BE
        eng "Backup image contains data created by a native driver of %-.64s storage engine but it has no native backup support on this server"
        chs "备份映象包含了由 %-.64s 存储引擎的原生驱动创建的数据，但该服务器不支持原生备份"
ER_BACKUP_UNKNOWN_BE
        eng "Backup engine #%d needed for restoring from backup image has unknown type"
        chs "还原有未知类型的备份映象时需要备份引擎 #%d"
ER_BACKUP_WRONG_TABLE_BE
        eng "Backup image specifies wrong backup engine #%d for one of the tables"
        chs "备份映象指定了错误的备份引擎 #%d"
ER_BACKUP_CANT_RESTORE_DB
        eng "Could not restore database %-.64s"
        chs "无法还原数据库 %-.64s"
ER_BACKUP_CANT_RESTORE_TABLE
        eng "Could not restore table %-.64s"
        chs "无法还原数据表 %-.64s"
ER_BACKUP_CANT_RESTORE_VIEW
        eng "Could not restore view %-.64s. Please check the view definition for possible missing dependencies."
        chs "无法还原视图 %-.64s 。请检查视图定义确定是否丢失源数据表。"
ER_BACKUP_CANT_RESTORE_SROUT
        eng "Could not restore stored routine %-.64s"
        chs "无法还原存储过程 %-.64s"
ER_BACKUP_CANT_RESTORE_EVENT
        eng "Could not restore event %-.64s"
        chs "无法还原事件 %-.64s"
ER_BACKUP_CANT_RESTORE_TRIGGER
        eng "Could not restore trigger %-.64s"
        chs "无法还原触发器 %-.64s"
ER_BACKUP_CATALOG_ADD_DB
        eng "Failed to add database `%-.64s` to the catalog"
        chs "添加数据库 `%-.64s` 到目录失败"
ER_BACKUP_CATALOG_ADD_TABLE
        eng "Failed to add table `%-.64s`.`%-.64s` to the catalog"
        chs "添加数据表 `%-.64s`.`%-.64s` 到目录失败"
ER_BACKUP_CATALOG_ADD_VIEW
        eng "Failed to add view `%-.64s`.`%-.64s` to the catalog"
        chs "添加视图 `%-.64s`.`%-.64s` 到目录失败"
ER_BACKUP_CATALOG_ADD_SROUT
        eng "Failed to add stored routine `%-.64s`.`%-.64s` to the catalog"
        chs "添加存储过程 `%-.64s`.`%-.64s` 到目录失败"
ER_BACKUP_CATALOG_ADD_EVENT
        eng "Failed to add event `%-.64s`.`%-.64s` to the catalog"
        chs "添加事件 `%-.64s`.`%-.64s` 到目录失败"
ER_BACKUP_CATALOG_ADD_TRIGGER
        eng "Failed to add trigger `%-.64s`.`%-.64s` to the catalog"
        chs "添加触发器 `%-.64s`.`%-.64s` 到目录失败"
ER_BACKUP_UNKNOWN_OBJECT
        eng "Backup image refers to an object which could not be found in the catalog"
        chs "备份映象中有一个不在目录中的对象"
ER_BACKUP_UNKNOWN_OBJECT_TYPE
        eng "Backup image refers to an object of unknown type"
        chs "备份映象中有一个未知类型的对象"
ER_BACKUP_OPEN_WR
        eng "Cannot open backup stream for writing"
        chs "打开写入备份流失败"
ER_BACKUP_OPEN_RD
        eng "Cannot open backup stream for reading"
        chs "打开读取备份流失败"
ER_BACKUP_BAD_MAGIC
        eng "Could not find correct signature at the beginning of backup stream"
        chs "在备份流的开头找不到正确的签名"
ER_BACKUP_CONTEXT_CREATE
        eng "Cannot create backup/restore execution context"
        chs "创建备份/还原执行背景失败"
ER_BACKUP_CONTEXT_REMOVE
        eng "Error when cleaning up after backup/restore operation"
        chs "备份/还原操作后执行清理失败"
ER_BAD_PATH
        eng "Malformed file path '%-128s'"
        chs "文件路径 '%-128s' 有错"
ER_DDL_BLOCK
        eng "Erorr when attempting to block DDLs"
        chs "尝试禁止 DDL 时出错"
ER_BACKUP_LOGGER_INIT
        eng "Could not initialize logging and reporting services"
        chs "初始化日志和报告服务失败"
ER_BACKUP_WRITE_SUMMARY
        eng "Error when writing summary section of backup image"
        chs "写入备份映象摘要时发生错误"
ER_BACKUP_READ_SUMMARY
        eng "Error when reading summary section of backup image"
        chs "读取备份映象摘要时发生错误"
ER_BACKUP_GET_META_DB
        eng "Failed to obtain meta-data for database %-.64s"
        chs "获得数据库 %-.64s 的元数据失败"
ER_BACKUP_GET_META_TABLE
        eng "Failed to obtain meta-data for table %-.64s"
        chs "获得数据表 %-.64s 地元数据失败"
ER_BACKUP_GET_META_VIEW
        eng "Failed to obtain meta-data for view %-.64s"
        chs "获得视图 %-.64s 的元数据失败"
ER_BACKUP_GET_META_SROUT
        eng "Failed to obtain meta-data for stored routine %-.64s"
        chs "获得存储过程 %-.64s 的元数据失败"
ER_BACKUP_GET_META_EVENT
        eng "Failed to obtain meta-data for event %-.64s"
        chs "获得事件 %-.64s 的元数据失败"
ER_BACKUP_GET_META_TRIGGER
        eng "Failed to obtain meta-data for trigger %-.64s"
        chs "获得触发器 %-.64s 的元数据失败"
ER_BACKUP_CREATE_BE
        eng "Cannot create backup engine for storage engine %-.64s"
        chs "为存储引擎 %-.64s 创建备份引擎失败"
ER_BACKUP_LIST_PERDB
        eng "Can't enumerate per database objects"
        chs "遍历数据库对象失败"
ER_BACKUP_LIST_DB_VIEWS
        eng "Can't enumerate views in database `%-.64s`"
        chs "列出数据库 `%-.64s` 中的视图失败"
ER_BACKUP_LIST_DB_SROUT
        eng "Can't enumerate stored routines in database `%-.64s`"
        chs "列出数据库 `%-.64s` 中的存储过程失败"
ER_BACKUP_LIST_DB_EVENTS
        eng "Can't enumerate events in database `%-.64s`"
        chs "列出数据库 `%-.64s` 中的事件失败"
ER_BACKUP_LIST_DB_TRIGGERS
        eng "Can't enumerate triggers in database `%-.64s`"
        chs "列出数据库 `%-.64s` 中的触发器失败"
ER_BACKUP_LOG_WRITE_ERROR
        eng "Can't write to the online backup progress log %-.64s."
        chs "写入在线备份进程日志 %-.64s 失败。"
ER_TABLESPACE_NOT_EMPTY
        eng "Tablespace '%-.192s' not empty"
        chs "表空间 '%-.192s' 不为空"
ER_BACKUP_CAT_ENUM
        eng "Could not access the contents of the backup catalog when writing backup image preamble"
        chs "写入备份映象头时不能访问备份目录"
ER_BACKUP_CANT_RESTORE_TS
        eng "Could not create tablespace %-.64s needed by tables being restored."
        chs "要先还原数据表才能创建表空间 %-.64s 。"
ER_BACKUP_TS_CHANGE
        eng "Tablespace %-.64s needed by tables being restored, but the current tablespace definition differs from how it was when backup was made."
        chs "要先还原数据表才能创建表空间 %-.64s，但当前表空间的定义和创建备份时的定义不一致。"
ER_BACKUP_GET_META_TS
        eng "Failed to obtain meta-data for tablespace %-.64s."
        chs "获得表空间 %-.64s 的元数据失败。"
ER_TABLESPACE_DATAFILE_EXIST
        eng "Tablespace data file '%-.192s' already exists"
        chs "表空间数据文件 '%-.192s' 已存在"
ER_BACKUP_CATALOG_ADD_TS
        eng "Failed to add tablespace `%-.64s` to the catalog"
        chs "添加表空间 `%-.64s` 到目录失败"
ER_DEBUG_SYNC_TIMEOUT
        eng "debug sync point wait timed out"
        chs "调试同步点等待超时"
ER_DEBUG_SYNC_HIT_LIMIT
        eng "debug sync point hit limit reached"
        chs "调试同步点达到命中限制"
ER_BACKUP_FAILED_TO_INIT_COMPRESSION
        eng "Could not initialize compression of backup image (function deflateInit2 returned error code %d: %-.64s)"
        chs "初始化压缩备份映象失败 (deflateInit2 函数返回错误代码 %d: %-.64s)"
ER_BACKUP_OBTAIN_NAME_LOCK_FAILED
        eng "Restore failed to obtain the name locks on the tables."
        chs "还原无法获得数据表的名称锁。"
ER_BACKUP_RELEASE_NAME_LOCK_FAILED
        eng "Restore failed to release the name locks on the tables."
        chs "还原无法释放数据表的名称锁。"
ER_BACKUP_BACKUPDIR
        eng "The path specified for the system variable backupdir cannot be accessed or is invalid. ref: %-.64s"
        chs "指定的系统变量备份目录路径无法访问或无效。参见: %-.64s"
ER_DDL_TIMEOUT
        eng "The backup wait timeout has expired for query '%-64s'."
        chs "查询 '%-64s' 的备份等待超时已过期。"
ER_BACKUP_LIST_DB_PRIV
        eng "Can't enumerate grants in database '%-.64s'."
        chs "列出数据库 '%-.64s' 的权限失败。"
ER_BACKUP_CATALOG_ADD_PRIV
        eng "Failed to add grant '%-.64s' to the catalog"
        chs "添加权限 '%-.64s' 到目录失败"
ER_BACKUP_GET_META_PRIV
        eng "Failed to obtain meta-data for grant '%-.64s'."
        chs "获得权限 '%-.64s' 的元数据失败。"
ER_BACKUP_CANT_RESTORE_PRIV
        eng "Could not execute grant '%-.64s'."
        chs "执行权限 '%-.64s' 失败。"
ER_BACKUP_GRANT_SKIPPED
        eng "The grant '%-.64s' for the user %-.64s was skipped because the user does not exist."
        chs "权限 '%-.64s' 于用户 %-.64s 被忽略，用户不存在。"
ER_BACKUP_GRANT_WRONG_DB
        eng "The grant '%-.64s' failed. Database not included in the backup image."
        chs "权限 '%-.64s' 失败。备份映象中没有包含数据库。"
ER_BACKUP_LOGPATHS
        eng "The log names for backup_history and backup_progress must be unique."
        chs "backup_history 和 backup_progress 的日志名称不能一样。"
ER_BACKUP_LOGPATH_INVALID
        eng "The path specified for the %-.64s is invalid. ref: %-.64s"
        chs "为 %-.64s 指定的路径无效。参见: %-.64s"
ER_BACKUP_SEND_REPLY
        eng "Failed to send reply to client after successful %-.64s operation"
        chs "成功完成 %-.64s 操作后发送回复到客户端失败"
ER_BACKUP_CLOSE
        eng "Backup/Restore: Error on close of backup stream"
        chs "备份/还原: 关闭备份流时发生错误"
ER_BACKUP_BINLOG
        eng "Error on accessing binlog during BACKUP"
        chs "执行备份 (BACKUP) 访问二进制日志时发生错误"
ER_BACKUP_LOG_OUTPUT
        eng "Removing backup log entries by date or backup_id requires logging to tables."
        chs "根据日期或备份序号删除备份日志需要记录到数据表。"
ER_BACKUP_PURGE_DATETIME
        eng "The datetime specified is invalid for the '%-.64s' command."
        chs "为 '%-.64s' 命令指定的日期时间无效。"
ER_BACKUP_LOGS_DELETED
        eng "Backup log entries deleted: "
        chs "已删除的备份日志: "
ER_BACKUP_LOGS_TRUNCATED
        eng "All backup log entries have been deleted"
        chs "已删除所有备份日志"
ER_MASTER_BLOCKING_SLAVES
        eng "The master is not allowing slave connections."
        chs "主服务器禁止了从服务器连接。"
ER_RESTORE_ON_MASTER
        eng "A restore operation was initiated on the master."
        chs "主服务器已初始化了一个还原操作。"
ER_RESTORE_ON_SLAVE
        eng "A restore operation was attempted on a slave during replication. You must stop the slave prior to running a restore."
        chs "尝试在从服务器复制时执行还原操作。你必须先停止从服务器来运行还原。"
ER_NONUNIQ_DB 42000 S1009
        eng "Not unique database: '%-.192s'"
        chs "数据库重复: '%-.192s'"
ER_RESTORE_DB_EXISTS
        eng "Database \'%-.64s\' already exists. Use OVERWRITE flag to overwrite."
        chs "数据库 \'%-.64s\' 已存在。若要覆盖请使用覆盖 (OVERWRITE) 选项。"
ER_QUERY_CACHE_DISABLED
        eng "Query cache is disabled; restart the server with query_cache_type=1 to enable it"
        chs "查询缓存被禁止，请用 query_cache_type=1 重新启动服务器"
ER_BACKUP_UNEXPECTED_DATA
        eng "Backup image contains no tables, but table data was found in it"
        chs "备份映象中没有数据表，但发现数据表的数据"
ER_BACKUP_BACKUP_DBS
        eng "Backing up %u database(s) %.220s"
        chs "正在备份 %u 个数据库 %.220s"
ER_BACKUP_RESTORE_DBS
        eng "Restoring %u database(s) %.220s"
        chs "正在还原 %u 个数据库 %.220s"
ER_WARN_ENGINE_TRANSACTION_ROLLBACK
        eng "Storage engine %s does not support rollback for this statement. Transaction rolled back and must be restarted"
        chs "存储引擎 %s 不支持该命令的回滚。事务已回滚，必须重新开始"
ER_COM_UNSUPPORTED
        eng "%s doesn't support %s"
        chs "%s 不支持 %s"
ER_BACKUP_SYNCHRONIZE
        eng "Backup failed to synchronize table images."
        chs "同步数据表映象备份失败。"
ER_RESTORE_CANNOT_START_SLAVE
        eng "Cannot start slave. SLAVE START is blocked by %-.64s."
        chs "启动从服务器失败。启动从服务器 (SLAVE START) 被 %-.64s 禁止。"
ER_OPERATION_ABORTED
        eng "Operation aborted"
        chs "已取消操作"
ER_OPERATION_ABORTED_CORRUPTED
        eng "Operation aborted - data might be corrupted"
        chs "已取消操作 - 可能有数据损坏"
