Heim >Datenbank >MySQL-Tutorial >mysql常见的错误代码和消息对照表_MySQL

mysql常见的错误代码和消息对照表_MySQL

WBOY
WBOYOriginal
2016-05-31 08:48:591770Durchsuche

  消息:无法创建文件 '%s' (errno: %d)
· 错误: 1005 SQLSTATE: HY000 (ER_CANT_CREATE_TABLE)
消息:无法创建表 '%s' (errno: %d)
· 错误: 1006 SQLSTATE: HY000 (ER_CANT_CREATE_DB)
消息:无法创建数据库 '%s' (errno: %d)
· 错误: 1007 SQLSTATE: HY000 (ER_DB_CREATE_EXISTS)
消息:无法创建数据库 '%s' ,数据库已存在。
· 错误: 1008 SQLSTATE: HY000 (ER_DB_DROP_EXISTS)
消息:无法撤销数据库 '%s' ,数据库不存在。
· 错误: 1009 SQLSTATE: HY000 (ER_DB_DROP_DELETE)
消息:撤销数据库时出错(无法删除 '%s' , errno: %d )
· 错误: 1010 SQLSTATE: HY000 (ER_DB_DROP_RMDIR)
消息:撤销数据库时出错( can't rmdir '%s', errno: %d )
· 错误: 1011 SQLSTATE: HY000 (ER_CANT_DELETE_FILE)
消息:删除 '%s' 时出错 (errno: %d)
· 错误: 1012 SQLSTATE: HY000 (ER_CANT_FIND_SYSTEM_REC)
消息:无法读取系统表中的记录。
·错误:1021 SQLSTATE: HY000 (ER_DISK_FULL)
消息:磁盘满(%s);等待某人释放一些空间...
·错误:1044 SQLSTATE: 42000 (ER_DBACCESS_DENIED_ERROR)
消息:拒绝用户'%s'@'%s'访问数据库'%s'。
·错误:1045 SQLSTATE: 28000 (ER_ACCESS_DENIED_ERROR)
消息:拒绝用户'%s'@'%s'的访问(使用密码:%s)
·错误:1046 SQLSTATE: 3D000 (ER_NO_DB_ERROR)
消息:未选择数据库。
·错误:1047 SQLSTATE: 08S01 (ER_UNKNOWN_COM_ERROR)
消息:未知命令。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn