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 711 to 720 of 1826 total results
https://dev.mysql.com/doc/refman/5.7/en/installing-mysql-shell-linux-quick.html
Note Installation packages for MySQL Shell are available only for a limited number of Linux distributions, and only for 64-bit systems. For supported Linux distributions, the easiest way to install MySQL Shell on Linux is to use the MySQL APT ...
https://dev.mysql.com/doc/refman/5.7/en/replace-utility.html
The replace utility program changes strings in place in files or on the standard input. Note The replace utility is deprecated as of MySQL 5.7.18 and is removed in MySQL 8.0. Invoke replace in one of the following ways: replace from to [from to] ... < file_name from represents a string to look for and to represents its ...
https://dev.mysql.com/doc/refman/5.7/en/invoking-programs.html
This is likely to be the case if you get a “program not found” error whenever you attempt to run a MySQL program from any directory other than the bin directory. To invoke a MySQL program from the command line (that is, from your shell or ...
https://dev.mysql.com/doc/refman/5.7/en/case-sensitivity.html
For nonbinary strings (CHAR, VARCHAR, TEXT), string searches use the collation of the comparison operands. For binary strings (BINARY, VARBINARY, BLOB), comparisons use the numeric values of the bytes in the operands; this means that for alphabetic ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-file-format.html
As InnoDB evolves, data file formats that are not compatible with prior versions of InnoDB are sometimes required to support new features. To help manage compatibility in upgrade and downgrade situations, and systems that run different versions of ...
https://dev.mysql.com/doc/refman/5.7/en/locale-support.html
The locale indicated by the lc_time_names system variable controls the language used to display day and month names and abbreviations. The lc_time_names value does not affect the result from FORMAT(), but this function takes an optional third ...
https://dev.mysql.com/doc/refman/5.7/en/index-page-merge-threshold.html
The minimum MERGE_THRESHOLD value is 1 and the maximum value is 50. If the “page-full” percentage for an index page falls below the MERGE_THRESHOLD value when a row is deleted or when a row is shortened by an UPDATE operation, InnoDB attempts to ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-sys-tables-table.html
The INNODB_SYS_TABLES table provides metadata about InnoDB tables, equivalent to the information from the SYS_TABLES table in the InnoDB data dictionary. For related usage information and examples, see Section 14.16.3, “InnoDB INFORMATION_SCHEMA ...
https://dev.mysql.com/doc/refman/5.7/en/using-mysqldump.html
This section describes how to use mysqldump to produce dump files, and how to reload dump files. A dump file can be used in several ways: As a backup to enable data recovery in case of data loss. As a source of data for experimentation: To make a ...
https://dev.mysql.com/doc/refman/5.7/en/downgrading-to-previous-series.html
However, if there are multiple triggers with the same trigger event and action time, the server executes only one of them when the trigger event occurs. Logging Changes Support for sending the server error log to syslog in MySQL 5.7.5 and up differs ... Before downgrading from MySQL 5.7, review the information in this ...
Displaying 711 to 720 of 1826 total results