Search



Search Results
Displaying 371 to 380 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
For example, you can issue them from the mysql client program. For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option Files”. --bind-address=ip_address Command-Line Format --bind-address=ip_address On a ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
Change location to the top-level directory of your MySQL installation, which is typically /usr/local/mysql (adjust the path name for your system as necessary): cd /usr/local/mysql Within this directory you can find several files and subdirectories, ...For some suggested commands that enable testing whether the server is accessible and working properly, see Section 2.9.3, “Testing the ... After MySQL is installed, the data directory must be initialized, including the tables in the mysql system schema: For some ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connection-protocols-ciphers.html
On the client side, the --tls-version option specifies which TLS protocols a client program permits for connections to the server. To specify a cipher or ciphers applicable for encrypted connections that use TLSv1.2: Set the ssl_cipher system ...To ... MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols and ciphers to permit for encrypted ...
https://dev.mysql.com/doc/refman/8.4/en/persisted-system-variables.html
The MySQL server maintains system variables that configure its operation. A system variable can have a global value that affects server operation as a whole, a session value that affects the current session, or both. Many system variables are ...
https://dev.mysql.com/doc/refman/8.4/en/plugin-loading.html
Server plugins must be loaded into the server before they can be used. While a plugin is loaded, information about it is available as described in Section 7.6.2, “Obtaining Server Plugin Information”. Installing Plugins Controlling Plugin ...It ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-concepts.html
A global transaction identifier (GTID) is a unique identifier created and associated with each transaction committed on the server of origin (the source). This identifier is unique not only to the server on which it originated, but is unique across ...GTID assignment distinguishes between client transactions, which are committed on the source, and replicated transactions, which are reproduced on a ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
In theory, a patched server could be built that would tell the client program to transfer a file of the server's choosing rather than the file named by the client in the LOAD DATA statement. In this environment, the client with respect to the MySQL ...If a user is configured to use an authentication plug-in, and that plug-in does not get loaded with server start, this blocks access to the database for those ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-gtids.html
The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers (GTIDs). This setting accesses only two binary log files during server restart. If all binary logs on the server were ...For ...
https://dev.mysql.com/doc/refman/8.4/en/webauthn-pluggable-authentication.html
When the client program connects, the server places the client session in sandbox mode if the device must be registered, so that registration must occur before anything else can be done. MySQL Enterprise Edition supports an authentication method ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-rpm.html
It also installs all needed MySQL Server support files and useful MySQL server programs, including the mysql.server and mysqld_safe startup scripts (in /usr/share/mysql and /usr/bin, respectively). To administer the SQL node (MySQL server), you ...
Displaying 371 to 380 of 3329 total results