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/cursor-restrictions.html
A server-side cursor enables a result set to be generated on the server side, but not transferred to the client except for those rows that the client requests. You cannot use a cursor for a statement that generates a result set if the statement is ... Server-side cursors are implemented in the C API using the mysql_stmt_attr_set() ...
https://dev.mysql.com/doc/refman/5.7/en/error-message-elements.html
Client-side error messages are generated from within the MySQL client library, usually involving problems communicating with the server. Example server-side error messages written to the error log: This message produced during the startup process ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-enabling-monitors.html
InnoDB monitors should only be enabled when you actually want to see monitor information because output generation causes some performance decrement. The --innodb-status-file option is intended for temporary use, as output generation can affect ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-aws-plugin.html
The keyring_aws keyring plugin communicates with the Amazon Web Services Key Management Service (AWS KMS) as a back end for key generation and uses a local file for key storage. All keyring material is generated exclusively by the AWS server, not by ... Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-okv-plugin.html
Keyring material is generated exclusively by the back end, not by keyring_okv. Example (using the SQL interface): SELECT keyring_key_generate('MyKey', 'AES', 32); SELECT keyring_key_remove('MyKey'); For information about the characteristics of key ... Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html
An SSL certificate and key files are generated in the data directory. The recommended way to install MySQL on RPM-based Linux distributions is by using the RPM packages provided by Oracle. There are two sources for obtaining them, for the Community ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html
SSL certificate and key files are generated in the data directory. Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different ...
https://dev.mysql.com/doc/refman/5.7/en/making-windows-dumps.html
To generate a minidump mysqld.dmp, enable the core-file option under the [mysqld] section in my.ini. Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. These files provide ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-api-definition.html
(Id continues to be supported for backward compatibility, but is now deprecated and generates a warning when used. An alias, Id, was used for this purpose in very old versions of NDB Cluster, and continues to be supported for backward compatibility; ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux-binary.html
$> cd /var/tmp $> tar -C /usr/local -xzvf mysql-cluster-gpl-7.6.35-linux-glibc2.12-x86_64.tar.gz $> ln -s /usr/local/mysql-cluster-gpl-7.6.35-linux-glibc2.12-x86_64 /usr/local/mysql Change location to the mysql directory and set up the system ...