Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
For example, the user option's meaning depends on its associated section. A user in the [DEFAULT] section refers to the system user that MySQL Router is run as, which is also controlled by the --user command line option. Unrelated to that is ... The ...Comment lines start with a hash (#) or semicolon (;) and continue to the end of the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-plugins-examples.html
The report proc and the function kill() are registered and made available for use. Example 11.3 MySQL Shell plugin containing a report and an extension object This example defines a function show_processes() to display the currently running ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-mysql-instances-permissions.html
If this permission is set, the user can open the Query Analyzer page, but the page does not load any aggregated data. To install SYS schema from the MySQL Enterprise Monitor User Interface, the user must be assigned to a role with the Administer ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
In addition, it enables the user to mark a transaction as being rollback-only, which makes it possible for a component that is not responsible for completing a transaction to indicate that—due to an application or database error—the transaction ...Users map a subset of columns to persistent properties in ...The Session interface represents a ...It contains methods for the following operations: Finding persistent instances by primary key Creating, updating, and deleting persistent instances Getting a query builder (see ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
Set the environment variable TEST_UID and perhaps also TEST_PASSWORD to the user name and password for the tests, if needed. By default, the tests use “root” as the user and do not enter a password; if you want the tests to use another user name ...See Character Sets, Collations, Unicode for more information on character set ...If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
Set the environment variable TEST_UID and perhaps also TEST_PASSWORD to the user name and password for the tests, if needed. By default, the tests use “root” as the user and do not enter a password; if you want the tests to use another user name ...See Character Sets, Collations, Unicode for more information on character set ...If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
ABORT is the default; this enables the user to fix the issue using the older version of the server before upgrading to the new one. We then try to open such tables, and if we fail to do so, we alert the user. Set this option to WARN in order to log ...(Bug #37570206) Audit Log Notes <COMMAND_CLASS> was not populated for ...(Bug #36686351) Compilation Notes Group Replication: The OpenSSL Engine interface is deprecated, and is no longer being ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
0 means that the receive thread is always active, and that retains poll rights for its own exclusive use, effectively blocking all user threads from becoming receivers. In such cases care should be taken to ensure that the receive thread does not ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-data-adapter.html
The Data Adapter is the interface between the Data Set and the database itself. The Data Adapter is responsible for efficiently managing connections to the database, opening and closing them as required. The MySqlDataAdapter object has two main ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-data-adapter.html
The Data Adapter is the interface between the Data Set and the database itself. The Data Adapter is responsible for efficiently managing connections to the database, opening and closing them as required. The MySqlDataAdapter object has two main ...