Search



Search Results
Displaying 2191 to 2200 of 4871 total results
https://dev.mysql.com/doc/connector-j/en/index.html
Abstract This manual describes how to install, configure, and develop database applications using MySQL Connector/J 9.4, a JDBC and X DevAPI driver for communicating with MySQL servers. MySQL Connector/J 9.4 supersedes the 9.3 series and is ...
https://dev.mysql.com/doc/connector-j/en/preface.html
This manual describes how to install, configure, and develop database applications using MySQL Connector/J, the JDBC driver for communicating with MySQL servers. If you are using a Commercial release of MySQL Connector/J 9.4, see the MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/account-management-statements.html
MySQL account information is stored in the tables of the mysql system schema. This database and the access control system are discussed extensively in Chapter 7, MySQL Server Administration, which you should consult for additional details.
https://dev.mysql.com/doc/refman/8.4/en/account-names.html
MySQL account names consist of a user name and a host name, which enables creation of distinct accounts for users with the same user name who connect from different hosts. This section describes the syntax for account names, including special ...
https://dev.mysql.com/doc/refman/8.4/en/alter-resource-group.html
ALTER RESOURCE GROUP group_name [VCPU [=] vcpu_spec [, vcpu_spec] ...] [THREAD_PRIORITY [=] N] [ENABLE|DISABLE [FORCE]] vcpu_spec: {N | M - N} ALTER RESOURCE GROUP is used for resource group management (see Section 7.1.16, “Resource Groups”).
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-select-into-table.html
For example: INSERT INTO tbl_temp2 (fld_id) SELECT tbl_temp1.fld_order_id FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100; Alternatively, you can use SELECT ... The same syntax can also be used inside stored routines using cursors and local ...
https://dev.mysql.com/doc/refman/8.4/en/any-in-some-subqueries.html
The expression is TRUE if table t2 contains (21,14,7) because there is a value 7 in t2 that is less than 10. The expression is FALSE if table t2 contains (20,10), or if table t2 is empty. The expression is unknown (that is, NULL) if table t2 ...
https://dev.mysql.com/doc/refman/8.4/en/apis-ruby.html
The mysql2 Ruby gem provides an API for connecting to MySQL, performing queries, and iterating through results; it is intended to support MySQL 5.7 and MySQL 8.0. For more information, see the mysql2 page at RubyGems.org or the project's GitHub ...
https://dev.mysql.com/doc/refman/8.4/en/audit-api-message-emit.html
The audit_api_message_emit component enables applications to add their own message events to the audit log, using the audit_api_message_emit_udf() function. For concreteness, examples use the audit_log plugin described in Section 8.4.5, “MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/authentication-plugins.html
Note If you are looking for information about the authentication_oci plugin, it is MySQL HeatWave Service only. The following sections describe pluggable authentication methods available in MySQL and the plugins that implement these methods. For ...
Displaying 2191 to 2200 of 4871 total results