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 1671 to 1680 of 1826 total results
https://dev.mysql.com/doc/refman/5.7/en/replication-features-charset.html
The following applies to replication between MySQL servers that use different character sets: If the source has databases with a character set different from the global character_set_server value, you should design your CREATE TABLE statements so ...
https://dev.mysql.com/doc/refman/5.7/en/replication-statements-replica.html
Section 13.4.1, “SQL Statements for Controlling Replication Source Servers”, discusses statements for managing source servers. In addition to the statements described here, SHOW SLAVE STATUS and SHOW RELAYLOG EVENTS are also used with replicas.
https://dev.mysql.com/doc/refman/5.7/en/resolve-stack-dump.html
Stack traces from official MySQL builds are always symbolized, so there is no need to use resolve_stack_dump. Invoke resolve_stack_dump like this: resolve_stack_dump [options] symbols_file [numeric_dump_file] The symbols file should include the ...
https://dev.mysql.com/doc/refman/5.7/en/resolveip.html
The resolveip utility resolves host names to IP addresses and vice versa.
https://dev.mysql.com/doc/refman/5.7/en/selinux-context-mysql-feature-ports.html
If you enable certain MySQL features, you might need to set the SELinux TCP port context for additional ports used by those features. If ports used by MySQL features do not have the correct SELinux context, the features might not function correctly. The following sections describe how to set port contexts for MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/selinux-policies.html
MySQL Server SELinux policy modules are typically installed by default. MySQL Server SELinux policy modules include: mysqld_selinux mysqld_safe_selinux For information about MySQL Server SELinux policy modules, refer to the SELinux manual pages.
https://dev.mysql.com/doc/refman/5.7/en/shared-key-cache.html
Threads can access key cache buffers simultaneously, subject to the following conditions: A buffer that is not being updated can be accessed by multiple sessions. A buffer that is being updated causes sessions that need to use it to wait until the ...
https://dev.mysql.com/doc/refman/5.7/en/sql-transactional-statements.html
MySQL supports local transactions (within a given client session) through statements such as SET autocommit, START TRANSACTION, COMMIT, and ROLLBACK. XA transaction support enables MySQL to participate in distributed transactions as well.
https://dev.mysql.com/doc/refman/5.7/en/sys-extract-schema-from-file-name.html
Given a file path name, returns the path component that represents the schema name. This function assumes that the file name lies within the schema directory. For this reason, it does not work with partitions or tables defined using their own ...
https://dev.mysql.com/doc/refman/5.7/en/sys-extract-table-from-file-name.html
Given a file path name, returns the path component that represents the table name. This function is useful when extracting file I/O information from the Performance Schema that includes file path names. It provides a convenient way to display table ...
Displaying 1671 to 1680 of 1826 total results