Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 1631 to 1640 of 1826 total results
https://dev.mysql.com/doc/refman/5.7/en/audit-log-installation.html
On each replica node, extract the INSTALL PLUGIN statement from the installation script and execute it manually. For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'audit%'; ... This section ...
https://dev.mysql.com/doc/refman/5.7/en/libmysqld-compiling.html
On some non-gcc platforms, the embedded library depends on C++ runtime libraries and linking against the embedded library might result in missing-symbol errors. You can get the full list of libraries by executing mysql_config --libmysqld-libs. To ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-example-data.html
mysqli_connect_error()); $query = "SELECT Name, Population FROM City ORDER BY Population DESC LIMIT 5"; # if no errors... Note The information in this section applies to NDB Cluster running on both Unix and Windows platforms. Working with database ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux-rpm.html
This section covers the steps necessary to install the correct executables for each type of NDB Cluster node using RPM packages supplied by Oracle. As an alternative to the method described in this section, Oracle provides MySQL Repositories for ...
https://dev.mysql.com/doc/refman/5.7/en/data-masking-usage.html
Thus, even though ssn is defined as VARCHAR(11), if the ssn column has a multibyte character set, it may appear to be longer than 11 bytes when passed to a loadable function, and an error occurs. Before using MySQL Enterprise Data Masking and ...
https://dev.mysql.com/doc/refman/5.7/en/making-trace-files.html
In a console window, use this command: C:\> mysqld-debug --debug --standalone After this, you can use the mysql.exe command-line tool in a second console window to reproduce the problem. The trace file can become very large! To generate a smaller ...
https://dev.mysql.com/doc/refman/5.7/en/gis-data-formats.html
For example, both of the following function calls are valid, whereas before MySQL 5.7.9 the second one produces an error: ST_MPointFromText('MULTIPOINT (1 1, 2 2, 3 3)') ST_MPointFromText('MULTIPOINT ((1 1), (2 2), (3 3))') As of MySQL 5.7.9, output ...The second uses a WKT representation converted to a Point with ... Two standard spatial data formats are used to represent geometry objects in queries: Well-Known Text (WKT) format Well-Known Binary (WKB) format Internally, MySQL stores geometry ...
https://dev.mysql.com/doc/refman/5.7/en/checking-gpg-signature-windows.html
Do not execute the MSI file if you see this error. Figure 2.5 Kleopatra: the Decrypt and Verify Results Dialog: All operations completed Seeing a red "The signature is bad" error means the file is invalid. The Section 2.1.4.2, “Signature Checking ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-general-table-reference.html
The following table summarizes INFORMATION_SCHEMA general tables. For greater detail, see the individual table descriptions. Table 24.2 INFORMATION_SCHEMA General Tables Table Name Description CHARACTER_SETS Available character sets ...
https://dev.mysql.com/doc/refman/5.7/en/default-privileges.html
Installation using RPM packages generates an initial random password, which is written to the server error log. For data directory initialization performed manually using mysqld --initialize, mysqld generates an initial random password, marks it ...
Displaying 1631 to 1640 of 1826 total results