Provides a reference to error codes returned by MySQL.
[
Edit]
public enum MySqlErrorCode |
|
Remarks
Members
Member Name | Description |
---|
AccessDenied |
Normally returned when an incorrect password is given
[Edit]
|
AnonymousUser |
The anonymous user is not allowed to connect
[Edit]
|
ColumnAccessDenied | Documentation for this section has not yet been entered.
[Edit]
|
DuplicateKey |
There is already a key with the given values.
[Edit]
|
DuplicateKeyEntry |
Duplicate Key Entry
[Edit]
|
DuplicateKeyName |
Duplicate Key Name
[Edit]
|
HostNotPrivileged |
The given host is not allowed to connect
[Edit]
|
IllegalGrantForTable | Documentation for this section has not yet been entered.
[Edit]
|
KeyNotFound |
The specified key was not found.
[Edit]
|
None | Documentation for this section has not yet been entered.
[Edit]
|
NonExistingTableGrant | Documentation for this section has not yet been entered.
[Edit]
|
NoSuchTable | Documentation for this section has not yet been entered.
[Edit]
|
PacketTooLarge |
An attempt was made to send or receive a packet larger than
max_allowed_packet_size
[Edit]
|
PasswordNoMatch |
The given password does not match
[Edit]
|
PasswordNotAllowed |
The given password is not allowed
[Edit]
|
TableAccessDenied | Documentation for this section has not yet been entered.
[Edit]
|
UnableToConnectToHost |
Given when the connection is unable to successfully connect to host.
[Edit]
|
UnknownDatabase | Documentation for this section has not yet been entered.
[Edit]
|
Requirements
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll)
Assembly Versions: 6.1.3.0