Search



Search Results
Displaying 681 to 690 of 4682 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
Instead of using values directly in an expression string it is good practice to separate values from the expression string. This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameters ...
https://dev.mysql.com/doc/internals/en/capability-flags.html
The capability flags are used by the client and server to indicate which features they support and want to use. Value 0x00000001 CLIENT_FOUND_ROWS Send found rows instead of affected rows in EOF_Packet. CLIENT_CONNECT_WITH_DB Database (schema) name ...
https://dev.mysql.com/doc/workbench/en/wb-performance-dashboard.html
To display the dashboard, open a query tab and then click Dashboard from the Performance area of the Navigator sidebar with the Management tab selected. The following figure shows the layout of the information within the Administration - Dashboard ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
Default Value false Since Version 5.1.29 disconnectOnExpiredPasswords If 'disconnectOnExpiredPasswords' is set to "false" and password is expired then server enters sandbox mode and sends 'ERR(08001, ER_MUST_CHANGE_PASSWORD)' for all commands that ... connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables 'session_account_connect_attrs' and ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
Instead, Windows includes a certificate store that provides platform-dependent certificates in PFX format. For the purposes of this example, use test client certificates from the MySQL server repository (./mysql-test/std_data). To complete the steps ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
The following macros enable plugin support in the autotools configuration files. Declaring a plugin: MYSQL_PLUGIN(name, long-name, description [,configlist]) Each plugin is required to have MYSQL_PLUGIN() declared first. configlist is an optional ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-options-tab.html
The Options subtab enables you to set several types of options. Figure 8.19 The Options Tab Table options are grouped into the following sections: General Options Row Options Storage Options Merge Table Options The following sections describe these ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this API across multiple applications and multiple programming languages. This technique avoids duplicating database ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-stored-procedures.html
Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this API across multiple applications and multiple programming languages. This technique avoids duplicating database ...
Displaying 681 to 690 of 4682 total results