PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.3Kb
Man Pages (Zip)
- 378.3Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-index-stat.html
--connect-retry-delay Command-Line Format --connect-retry-delay=# Type Integer Default Value 5 Minimum Value 0 Maximum Value 5 Number of seconds to wait between attempts to contact management server. ndb_index_stat provides per-fragment statistical ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-mgm.html
--connect-retry-delay Command-Line Format --connect-retry-delay=# Type Integer Default Value 5 Minimum Value 0 Maximum Value 5 Number of seconds to wait between attempts to contact management server. --try-reconnect=number Command-Line Format ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-restore.html
--connect-retry-delay Command-Line Format --connect-retry-delay=# Type Integer Default Value 5 Minimum Value 0 Maximum Value 5 Number of seconds to wait between attempts to contact management server. --progress-frequency=N Command-Line Format ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-commands.html
For example, \s is interpreted as a space rather than as the current seconds value. mysql sends each SQL statement that you issue to the server to be executed. There is also a set of commands that mysql itself interprets. For a list of these ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-server.html
service-startup-timeout=seconds How long in seconds to wait for confirmation of server startup. MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using mysqld_safe. It can be used on ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlbinlog-backup.html
The second names only the first file and uses --to-last-log to read through the last. A difference between these commands is that if the server happens to open binlog.000133 before mysqlbinlog reaches the end of binlog.000132, the first command does ... By default, mysqlbinlog reads binary log files and displays their contents in text ...
https://dev.mysql.com/doc/refman/9.7/en/mysqldm.html
The diagnostics monitor mysqldm enables you to collect diagnostic data on your MySQL server. It runs a series of queries and generates JSON files containing the results of those queries. The number of iterations is configurable, as is the delay ...
https://dev.mysql.com/doc/refman/9.7/en/outer-join-simplification.html
Table expressions in the FROM clause of a query are simplified in many cases. At the parser stage, queries with right outer join operations are converted to equivalent queries containing only left join operations. When the optimizer evaluates plans ...
https://dev.mysql.com/doc/refman/9.7/en/partitioning-management-exchange.html
Table nt contains no foreign key references, and no other table has any foreign keys that refer to nt. There are no rows in nt that lie outside the boundaries of the partition definition for p. For InnoDB tables, both tables must use the same row ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-clone-progress-table.html
DATA_SPEED The current actual speed of data transfer, in bytes per second. NETWORK_SPEED The current speed of network transfer in bytes per second. The clone_progress table shows progress information for the current or last executed cloning ...