Home | Trees | Index | Help |
---|
MySQL Connection Errors
Nearly all of these raise OperationalError. COMMANDS_OUT_OF_SYNC raises ProgrammingError.
Variable Summary | |
---|---|
int |
CANT_READ_CHARSET = 2019 |
int |
COMMANDS_OUT_OF_SYNC = 2014 |
int |
CONN_HOST_ERROR = 2003 |
int |
CONNECTION_ERROR = 2002 |
int |
IPSOCK_ERROR = 2004 |
int |
LOCALHOST_CONNECTION = 2010 |
int |
MAX_ERROR = 2999 |
int |
MIN_ERROR = 2000 |
int |
NAMEDPIPE_CONNECTION = 2015 |
int |
NAMEDPIPEOPEN_ERROR = 2017 |
int |
NAMEDPIPESETSTATE_ERROR = 2018 |
int |
NAMEDPIPEWAIT_ERROR = 2016 |
int |
NET_PACKET_TOO_LARGE = 2020 |
int |
OUT_OF_MEMORY = 2008 |
int |
SERVER_GONE_ERROR = 2006 |
int |
SERVER_HANDSHAKE_ERR = 2012 |
int |
SERVER_LOST = 2013 |
int |
SOCKET_CREATE_ERROR = 2001 |
int |
TCP_CONNECTION = 2011 |
int |
UNKNOWN_ERROR = 2000 |
int |
UNKNOWN_HOST = 2005 |
int |
VERSION_ERROR = 2007 |
int |
WRONG_HOST_INFO = 2009 |
Variable Details |
---|
int
2019
int
2014
int
2003
int
2002
int
2004
int
2010
int
2999
int
2000
int
2015
int
2017
int
2018
int
2016
int
2020
int
2008
int
2006
int
2012
int
2013
int
2001
int
2011
int
2000
int
2005
int
2007
int
2009
Home | Trees | Index | Help |
---|