Search Results
https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query.
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filter-definitions.html
The preceding filter enables logging of events in the connection class. The preceding definition can be written like this: { "filter": { "class": [ { "name": [ "connection", "general", "table_access" ] } ] } } Logging Specific Event Subclasses To ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-server-logs.html
The Administration - Server Logs tab displays log information for the MySQL server represented by each connection tab. For each connection, the Administration - Server Logs tab includes additional tabs for the general error logs and the slow logs ...Error Log File The following figure shows an example of entries within the Error Log File ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-secure-auth.html
As of MySQL 5.6, a sha256_password option is also available although it requires an SSL or encrypted connection. Note If using the MySQL command line is not an option, then you could use an older version of MySQL Workbench (version 6.3.4 and ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-is-connected.html
This method checks whether the connection to MySQL is available using the ping() method, but unlike ping(), is_connected() returns True when the connection is available, False otherwise.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-is-connected.html
This method checks whether the connection to MySQL is available using the ping() method, but unlike ping(), is_connected() returns True when the connection is available, False otherwise.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-oci-auth-oveerrides.html
You can specify the OCI config file and profile used when connecting to a MySQL HeatWave Service DB System with the OCI Authentication plugin. The following options are available from the command-line, options file, and MySQL Shell connection ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
By using the vault, you need not enter credentials every time MySQL Workbench attempts to connect to a server. For example, a local connection might use "localhost", "127.0.0.1", or "::1", but these are stored separately in the password storage ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The following are the collections currently provided by Connector/NET, in addition to the common collections shown ...The schema information is returned in the form of a ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-connection-id.html
This property returns the integer connection ID (thread ID or session ID) for the current connection or None when not connected.