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 1321 to 1330 of 1865 total results
https://dev.mysql.com/doc/refman/8.0/en/faqs-virtualization.html
Is MySQL supported on virtualized environments such as Oracle VM, VMWare, Docker, Microsoft Hyper-V, or others? A.18.1. Is MySQL supported on virtualized environments such as Oracle VM, VMWare, Docker, Microsoft Hyper-V, or others? MySQL is ...
https://dev.mysql.com/doc/refman/8.0/en/automatic-start.html
The following table shows which option groups the server and startup scripts read from option files. To be current, you should update your option files to use the [mysql.server] and [mysqld_safe] groups instead. For more information on MySQL ...On ...
https://dev.mysql.com/doc/refman/8.0/en/debugging-client.html
Before running a client, you should set the MYSQL_DEBUG environment variable: $> MYSQL_DEBUG=d:t:O,/tmp/client.trace $> export MYSQL_DEBUG This causes clients to generate a trace file in /tmp/client.trace. To be able to debug a MySQL client with ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-config.html
--cflags C Compiler flags to find include files and critical compiler flags and defines used when compiling the libmysqlclient library. Permitted var_name values are pkgincludedir (the header file directory), pkglibdir (the library directory), and ...The options returned are tied to the specific compiler that was used when the library was created and might clash with the settings for your own ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-queries.html
If the event tables contain both file and nonfile information, post-filtering is another way to see information only for file events. By contrast, post-filtering is performed by individual users through the use of queries with appropriate WHERE ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-socket-instances-table.html
The table contains one row per TCP/IP or Unix socket file connection. The instruments associated with listening sockets for TCP/IP or Unix socket file connections have a socket_type value of server_tcpip_socket or server_unix_socket, respectively.
https://dev.mysql.com/doc/refman/8.0/en/programs-development.html
In shell scripts, you can use the my_print_defaults program to parse option files and see what options would be used by a given program. Several other language interfaces to MySQL are based on the C client library, and some of them provide a way to ...This works well for programs that use the last instance of an option that is specified multiple ...
https://dev.mysql.com/doc/refman/8.0/en/replication-mode-change-online-verify-transactions.html
A safer method in the sense that it does not depend on timing: if you only have a source with one or more replicas, do the following: On the source, execute: SHOW MASTER STATUS; Note down the values in the File and Position column. This is helpful ... This section explains how to monitor a replication topology and verify that all anonymous transactions have been ...
https://dev.mysql.com/doc/refman/8.0/en/server-system-variable-reference.html
The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server system variables (System Var), and status variables (Status var) in one unified list, with an indication of where each option or variable is ... The following table lists all system variables applicable within ...
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-third-party.html
Third-party tools that need to determine the MySQL version from the MySQL source can read the MYSQL_VERSION file in the top-level source directory. For example, if the version is MySQL 8.0.36, the file looks like this: MYSQL_VERSION_MAJOR=8 ...To ...
Displaying 1321 to 1330 of 1865 total results