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
Search Results
https://dev.mysql.com/doc/refman/5.7/en/programs-installation.html
The programs in this section are used when installing or upgrading MySQL.
https://dev.mysql.com/doc/refman/5.7/en/programs-server.html
This section describes mysqld, the MySQL server, and several programs that are used to start the server.
https://dev.mysql.com/doc/refman/5.7/en/programs.html
This chapter provides a brief overview of the MySQL command-line programs provided by Oracle Corporation. It also discusses the general syntax for specifying options when you run these programs. Most programs have options that are specific to their ...
https://dev.mysql.com/doc/refman/5.7/en/rename-user.html
This includes stored programs or views for which the DEFINER attribute names the old user. RENAME USER old_user TO new_user [, old_user TO new_user] ... An error occurs for old accounts that do not exist or new accounts that already exist. To use ...
https://dev.mysql.com/doc/refman/5.7/en/repair-table-optimization.html
An alternative that avoids this problem is to use a separate key cache, assign to it the indexes from the table to be repaired, and deallocate it when the repair is complete. REPAIR TABLE for MyISAM tables is similar to using myisamchk for repair ...
https://dev.mysql.com/doc/refman/5.7/en/replace-utility.html
In this case, any file named on the command line is modified in place, so you may want to make a copy of the original before converting it. The replace utility program changes strings in place in files or on the standard input. Note The replace ...
https://dev.mysql.com/doc/refman/5.7/en/replication-administration.html
This section describes how to check the status of replication and how to pause a replica. Once replication has been started it executes without requiring much regular administration.
https://dev.mysql.com/doc/refman/5.7/en/replication-features-create-if-not-exists.html
IF NOT EXISTS statements are replicated: Every CREATE DATABASE IF NOT EXISTS statement is replicated, whether or not the database already exists on the source. Similarly, every CREATE TABLE IF NOT EXISTS statement without a SELECT is replicated, ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-drop-if-exists.html
This is to ensure that the object to be dropped no longer exists on either the source or the replica, once the replica has caught up with the source. The DROP DATABASE IF EXISTS, DROP TABLE IF EXISTS, and DROP VIEW IF EXISTS statements are always ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-floatvalues.html
This is true for operations that use floating-point values explicitly, or that use values that are converted to floating-point implicitly. With statement-based replication, values are converted from decimal to binary. Because conversions between ...