Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-binary-installation.html
The various MysqlDataSource classes support the following parameters (through standard set mutators): user password serverName databaseName port . Obtaining and Using the Binary Distribution Packages Different types of binary distribution packages ...
https://dev.mysql.com/doc/refman/8.4/en/assignment-operators.html
Causes the user variable on the left hand side of the operator to take on the value to its right. Section 11.4, “User-Defined Variables”, explains why you should avoid doing this. Within a SET statement, = is treated as an assignment operator ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-elements.html
Tables in the mysql system database provide persistent storage of filter and user account data, unless you set the audit_log_database system variable at server startup to specify a different database. The AUDIT_ADMIN privilege enable users to ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-thread-pool.html
It is designed to cache idle connections in the MySQL client for use by other users as they are needed. If you are using the innodb_thread_concurrency to limit the number of concurrently executing statements, you should find that the Thread Pool ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-elements.html
The MYSQL_FIREWALL plugin, along with server-side plugins named MYSQL_FIREWALL_USERS and MYSQL_FIREWALL_WHITELIST implement Performance Schema and INFORMATION_SCHEMA tables that provide views into the registered profiles. The FIREWALL_ADMIN and ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-query-expansion.html
This is generally useful when a search phrase is too short, which often means that the user is relying on implied knowledge that the full-text search engine lacks. For example, a user searching for “database” may really mean that “MySQL”, ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-consistency-guarantees.html
Given the fact that the system detects failures and reconfigures itself automatically, the user may also expect that once the promotion takes place, the new primary is in the exact state, data-wise, as that of the old one. In other words, the user ... Although the Transaction Synchronization Points section explains that conceptually there are two synchronization points from which you can choose: on read or on write, these terms were a simplification and the terms used in Group Replication are: before and after transaction ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-exit.html
When the member is in offline mode, connected client users are disconnected on their next request and connections are no longer accepted, with the exception of client users that have the CONNECTION_ADMIN privilege (or the deprecated SUPER privilege). This exit action prevents both updates and stale reads (with the exception of reads by client users with the stated privileges), and enables proxy tools such as MySQL Router to recognize that the server is unavailable and redirect client ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-launchd.html
Figure 2.6 MySQL Preference Pane: Location The Instances page includes an option to start or stop MySQL, and Initialize Database recreates the data/ directory. macOS uses launch daemons to automatically start, stop, and manage processes and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-general-info.html
Instead, users of NDB Cluster binaries from Oracle should upgrade to the most recent binary release of NDB Cluster for supported platforms—these include RPMs that should work with most Linux distributions. NDB Cluster 8.4 users who build from ...