Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
User exceptions are caused by user error, for example providing a connect string that refers to an unavailable host or port. If a user exception is detected during bootstrapping (acquiring a SessionFactory), it is thrown as a fatal exception.
https://dev.mysql.com/doc/mysql-em-plugin/en/targets-myoem-add-targets-manually.html
MySQL User: The user name used to connect to the database. See Section 1.1, “Prerequisites” for more information on configuring this user. You must configure a MySQL target that is monitored by Enterprise Manager Cloud Control. Metrics are not ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-option-summary.html
Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' . When using an X DevAPI session the following options are available to configure the connection.
https://dev.mysql.com/doc/x-devapi-userguide/en/setting-the-current-schema.html
*/ C# Code // Direct connect with no client-side default schema specified var mySession = MySQLX.GetSession("server=localhost;port=33060;user=user;password=password;"); mySession.SetCurrentSchema("test"); Python Code # Connector/Python from mysqlsh ... A default schema for a session can be specified using the schema attribute in the URI-like connection string or key-value pairs when opening a connection ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-option-summary.html
Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' . When using an X DevAPI session the following options are available to configure the connection.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connection-option-summary.html
Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' . When using an X DevAPI session the following options are available to configure the connection.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training.html
@census_model is the session variable previously set that defines the model handle to the name defined by the user: census_test. mysql> SELECT model_handle, train_table_name FROM ML_SCHEMA_user1.MODEL_CATALOG; ... Run the ML_TRAIN routine on a ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-general-table-reference.html
The following table summarizes INFORMATION_SCHEMA general tables. For greater detail, see the individual table descriptions. Table 28.2 INFORMATION_SCHEMA General Tables Table Name Description ADMINISTRABLE_ROLE_AUTHORIZATIONS Grantable users or ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-introduction.html
If you wish to make such information hidden from queries that select from these tables, you can do so by setting the value of the show_gipk_in_create_table_and_information_schema server system variable to OFF. For example, Oracle Database users are ... INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-undo-logs.html
Undo logs that reside in the global temporary tablespace are used for transactions that modify data in user-defined temporary tables. An undo log is a collection of undo log records associated with a single read-write transaction. An undo log ...