PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-abbreviations.html
Throughout this section, we use the following abbreviations or symbols for referring to the source and replica clusters, and to processes and commands run on the clusters or cluster nodes: Table 21.63 Abbreviations used throughout this section ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-two-channels.html
In a more complete example scenario, we envision two replication channels to provide redundancy and thereby guard against possible failure of a single replication channel. This requires a total of four replication servers, two source servers on the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-start-phases.html
These start phases are also reported in the start_phase column of the ndbinfo.nodes table. NDB Cluster connections are set up, inter-block communications are established, and heartbeats are started. This section provides a simplified outline of the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-commands.html
rehash, \# Rebuild the completion hash that enables database, table, and column name completion while you are entering statements. mysql sends each SQL statement that you issue to the server to be executed. There is also a set of commands that ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-config-editor.html
The login path file must be readable and writable to the current user, and inaccessible to other users. Suppose that you want to establish a client login path that defines your default connection parameters, and an additional login path named remote ... The mysql_config_editor utility enables you to store authentication credentials in an obfuscated login path file named ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-enterprise-audit.html
The log contents include when clients connect and disconnect, and what actions they perform while connected, such as which databases and tables they access. MySQL Enterprise Edition includes MySQL Enterprise Audit, implemented using a server plugin. MySQL Enterprise Audit uses the open MySQL Audit API to enable standard, policy-based monitoring and logging of connection and query activity executed on specific MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-logging.html
Mar 7 12:39:25 myhost MysqlClient[20824]: SYSTEM_USER:'oscar', MYSQL_USER:'my_oscar', CONNECTION_ID:23, DB_SERVER:'127.0.0.1', DB:'--', QUERY:'USE test;' Mar 7 12:39:28 myhost MysqlClient[20824]: SYSTEM_USER:'oscar', MYSQL_USER:'my_oscar', ... The ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.html
This program enables you to improve the security of your MySQL installation in the following ways: You can set a password for root accounts. You can remove root accounts that are accessible from outside the local host. You can remove the test ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-shell-visual-studio.html
Query statistics view, displaying information about the executed query such as execution times, processed rows, index and temporary tables usage, and more. Opening a Code Editor Before opening a code editor that can execute queries against a MySQL ... This section explains how to use MySQL Shell to script a server using MySQL for Visual ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
To make the files available, copy them to a directory that is readable (but not writable) by clients: For local clients, the MySQL installation directory can be used. This program creates the SSL certificate and key files and RSA key-pair files ...