Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 255.8Kb
Man Pages (Zip) - 360.8Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 281 to 290 of 996 total results
https://dev.mysql.com/doc/refman/5.7/en/backup-policy.html
A full backup (a snapshot of the data at a point in time) can be done in MySQL with several tools. For example, MySQL Enterprise Backup can perform a physical backup of an entire instance, with optimizations to minimize overhead and avoid disruption ...
https://dev.mysql.com/doc/refman/5.7/en/backup-types.html
For SQL output (CREATE and INSERT statements), local or remote dumps can be done and generate output on the client. This section describes the characteristics of different types of backups. Physical (Raw) Versus Logical Backups Physical backups ...
https://dev.mysql.com/doc/refman/5.7/en/batch-mode.html
You can generate new queries from existing ones that are similar by copying and editing script files. In the previous sections, you used mysql interactively to enter statements and view the results. If you want the script to continue even if some ...
https://dev.mysql.com/doc/refman/5.7/en/binary-log.html
mysqld appends a numeric extension to the binary log base name to generate binary log file names. The binary log contains “events” that describe database changes such as table creation operations or changes to table data. It also contains ...
https://dev.mysql.com/doc/refman/5.7/en/binlog.html
It is generated by the mysqlbinlog program as the printable representation of certain events in binary log files. (See Section 4.6.7, “mysqlbinlog — Utility for Processing Binary Log Files”.) The 'str' value is a base 64-encoded string the ...
https://dev.mysql.com/doc/refman/5.7/en/bit-functions.html
2 rows in set (0.00 sec) To avoid having an affected statement produce a different result after an upgrade to MySQL 8.0, rewrite it so that it generates no bit-operation warnings. Table 12.17 Bit Functions and Operators Name Description & Bitwise ...
https://dev.mysql.com/doc/refman/5.7/en/caching-sha2-pluggable-authentication.html
MySQL 5.7 servers do not implement system and status variables specific to caching_sha2_password server-side support: caching_sha2_password_auto_generate_rsa_keys, caching_sha2_password_private_key_path, caching_sha2_password_public_key_path, ...
https://dev.mysql.com/doc/refman/5.7/en/checksum-table.html
For a nonexistent table, CHECKSUM TABLE returns NULL and generates a warning. [QUICK | EXTENDED] CHECKSUM TABLE reports a checksum for the contents of a table. You can use this statement to verify that the contents are the same before and after a ...
https://dev.mysql.com/doc/refman/5.7/en/comp-err.html
comp_err creates the errmsg.sys file that is used by mysqld to determine the error messages to display for different error codes. It compiles the errmsg.sys file from the text-format error information file located at sql/share/errmsg-utf8.txt in ...
https://dev.mysql.com/doc/refman/5.7/en/compilation-problems.html
Normally, the build process does not need to create sql_yacc.cc because MySQL comes with a pregenerated copy. If you do reconfigure, take note of the following: If CMake is run after it has previously been run, it may use information that was ...
Displaying 281 to 290 of 996 total results