Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 1001 to 1010 of 1865 total results
https://dev.mysql.com/doc/refman/8.0/en/faqs-stored-procs.html
Is there a way to view all stored procedures and stored functions in a given database? A.4.7. Is there a MySQL equivalent to using mod_plsql as a gateway on Apache to talk directly to a stored procedure in the database? A.4.17. You can obtain ...
https://dev.mysql.com/doc/refman/8.0/en/replication-mode-change-online-disable-gtids.html
The file and channel names are strings; both of these must be quoted when used in the STOP REPLICA, CHANGE REPLICATION SOURCE TO, and START REPLICA statements. The file and channel names are strings, and so must be quoted when used in the STOP ...
https://dev.mysql.com/doc/refman/8.0/en/channels-startup-options.html
The master_info_repository and relay_log_info_repository system variables must not be set to FILE when you use replication channels. In MySQL 8.0, the FILE setting is deprecated, and TABLE is the default, so the system variables can be omitted. From ... This section describes startup options which are impacted by the addition of replication ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-replication.html
To ensure that catchup can occur for a replica that has been disconnected, you must not remove binary log files from the source that contain information that has not yet been replicated to the replicas. Must the replica be connected to the source ...
https://dev.mysql.com/doc/refman/8.0/en/adding-collation-choosing-id.html
The number member of the MY_CHARSET_INFO data structure returned by the mysql_get_character_set_info() C API function. | | 247 | +-----+ Warning Before upgrading, you should save the configuration files that you change. If you upgrade in place, the ...To add a collation, you must choose an ID value that is not currently ...
https://dev.mysql.com/doc/refman/8.0/en/transport-protocols.html
For programs that use the MySQL client library (for example, mysql and mysqldump), MySQL supports connections to the server based on several transport protocols: TCP/IP, Unix socket file, named pipe, and shared memory. For example, connections to ...This section describes how to select these protocols, and how they are similar and ...For example, with --protocol=TCP, ...
https://dev.mysql.com/doc/refman/8.0/en/reset-replica.html
This statement is meant to be used for a clean start; it clears the replication metadata repositories, deletes all the relay log files, and starts a new relay log file. From MySQL 8.0.27, you can set the GTID_ONLY option on the CHANGE REPLICATION ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-security.html
By default, contents of audit log files produced by the audit log plugin are not encrypted and may contain sensitive information, such as the text of SQL statements. For security reasons, audit log files should be written to a directory accessible ...
https://dev.mysql.com/doc/refman/8.0/en/mysqldump-copying-to-other-server.html
On Server 1: $> mysqldump --databases db1 > dump.sql Copy the dump file from Server 1 to Server 2. On Server 2: $> mysql < dump.sql Use of --databases with the mysqldump command line causes the dump file to include CREATE DATABASE and USE ...On ...
https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html
Note In previous versions of MySQL, when evaluating an expression containing LEAST() or GREATEST(), the server attempted to guess the context in which the function was used, and to coerce the function's arguments to the data type of the expression ...The following relational comparison operators can be used to compare not only scalar operands, but row operands: = > < >= <= <> != The descriptions for those operators later in this section detail how they work with row ... Table 14.4 ...
Displaying 1001 to 1010 of 1865 total results