Search



Search Results
Displaying 361 to 370 of 921 total results
https://dev.mysql.com/doc/refman/8.4/en/preface.html
Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. This is the Reference Manual for the MySQL Database System, for the 8.4.6 LTS release. This manual is not intended for use with older ...
https://dev.mysql.com/doc/refman/8.4/en/replication-encrypted-connections.html
If you want to ensure that the source only accepts replicas that connect using encrypted connections, create a replication user account on the source using the REQUIRE SSL option, then grant that user the REPLICATION SLAVE privilege. For example: ...
https://dev.mysql.com/doc/refman/8.4/en/show-privileges.html
Privileges belonging to a specific user are displayed by the SHOW GRANTS statement. SHOW PRIVILEGES SHOW PRIVILEGES shows the list of system privileges that the MySQL server supports. The privileges displayed include all static privileges, and all ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
Using prepared statements with placeholders for parameter values has the following benefits: Less overhead for parsing the statement each time it is executed. Typically, database applications process large volumes of almost-identical statements, ...
https://dev.mysql.com/doc/refman/8.4/en/starting-server.html
If the server is unable to access the data directory it starts or read the grant tables in the mysql schema, it writes a message to its error log. Such problems can occur if you neglected to create the grant tables by initializing the data directory ... This section describes how start the server on Unix and Unix-like ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-operation.html
The thread pool consists of a number of thread groups, each of which manages a set of client connections. As connections are established, the thread pool assigns them to thread groups in round-robin fashion. The thread pool exposes system variables ...
https://dev.mysql.com/doc/refman/8.4/en/user-resources.html
(See Section 8.2.3, “Grant Tables”.) Resource-use counting takes place when any account has a nonzero limit placed on its use of any of the resources. The counts also can be reset by reloading the grant tables (for example, with a FLUSH ... One ...
https://dev.mysql.com/doc/refman/8.4/en/windows-start-command-line.html
The command connects as the MySQL root user, which is the default administrative account in the MySQL grant system. Note Users in the MySQL grant system are wholly independent from any operating system users under Microsoft Windows. The MySQL ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/preface.html
Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. This document contains release notes for the changes in MySQL 8.4. License Restrictions This software and related documentation are provided ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/preface.html
Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. This is the user manual for the MySQL Enterprise Backup product. See the MySQL Enterprise Backup 8.4 License Information User Manual for ...
Displaying 361 to 370 of 921 total results