InitializationExceptionReason
Represents the specific reason for an initialization failure during database connection or authentication.
Entries
The server requested or only supports an authentication mechanism not supported by this driver.
The server sent an unexpected message sequence violating the connection protocol.
A required parameter was missing in the server's authentication challenge.
The database server rejected the provided username or password.
The server requested an outdated/unsupported password encryption method (e.g. MD5, Cleartext).
The server version is too old for this driver to support.
A generic connection error occurred before authentication could begin.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.