Search



Search Results
Displaying 101 to 110 of 219 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
In SSPI mode, the Windows single sign-on ticket is used for authentication if the client user provides no password and the authentication method considers the Windows ticket exclusively. It is possible to connect to Kerberos-authenticated accounts ...LDAP authentication requires use of a server from a MySQL Enterprise Edition ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
In each key-value pair, the option name and its corresponding value are joined by an equal sign. The following code is used to create a MySqlConnection object, assign the connection string, and open the connection. For the list of option names to ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
Figure 4.10 Simple Membership with OAuth: Google Service This action redirects to the Google login page (at google.com), and requests you to sign in with your Google account information. This section documents the ability to use a simple membership ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
In each key-value pair, the option name and its corresponding value are joined by an equal sign. The following code is used to create a MySqlConnection object, assign the connection string, and open the connection. For the list of option names to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
Figure 6.10 Simple Membership with OAuth: Google Service This action redirects to the Google login page (at google.com), and requests you to sign in with your Google account information. This section documents the ability to use a simple membership ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
(If there is no translation into a given language for a given error message, the message from the default language will be used.) The start-error-number line indicates the number to be assigned to the first error message. To specify a positional ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
MyISAM implements VARCHAR both for dynamic-length and fixed-length rows (as signaled with the ROW_FORMAT flag) ... (If they don't fit, that's an error in strict mode.) Trailing spaces are not significant in comparisons ... DECIMAL MySQL 4.1 Storage: ... Next I'll describe the physical attributes of each column in a ...
https://dev.mysql.com/doc/internals/en/mysql-specific-cmake-macros.html
On Windows, signs the executable if the SIGNCODE option is set to TRUE. Supports optional DESTINATION option which indicates where to install the executable (if not specified, it goes to the INSTALL_BINDIR directory). Example usage: ...
https://dev.mysql.com/doc/internals/en/tuning-trace-purging.html
This is done with SET optimizer_trace_offset=<OFFSET>, optimizer_trace_limit=<LIMIT> where OFFSET is a signed integer, and LIMIT is a positive integer. The default for optimizer_trace_offset is -1; the default for optimizer_trace_limit is 1. The ...
Displaying 101 to 110 of 219 total results