PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/replication-options-replica.html
report_password Command-Line Format --report-password=name System Variable report_password Scope Global Dynamic No Type String The replication user account password of the replica to be reported to the source during replica registration. Although ...
https://dev.mysql.com/doc/refman/5.7/en/firewall-reference.html
The mysql.firewall_users table lists names and operational modes of registered firewall account profiles. The table has the following columns (with the corresponding Information Schema MYSQL_FIREWALL_USERS table having similar but not necessarily ...
https://dev.mysql.com/doc/refman/5.7/en/set-variable.html
User-Defined Variable Assignment Parameter and Local Variable Assignment System Variable Assignment SET Error Handling Multiple Variable Assignment System Variable References in Expressions User-Defined Variable Assignment User-defined variables are ...variable: { user_var_name | param_name | local_var_name | {GLOBAL | @@GLOBAL.} system_var_name | [SESSION | ...
https://dev.mysql.com/doc/refman/5.7/en/validate-password.html
Note For statements that assign, modify, or generate account passwords (ALTER USER, CREATE USER, GRANT, and SET PASSWORD; statements that use PASSWORD(), the validate_password capabilities described here apply only to accounts that use an ...This ...
https://dev.mysql.com/doc/refman/5.7/en/connecting.html
For a client program to connect to the MySQL server, it must use the proper connection parameters, such as the name of the host where the server is running and the user name and password of your MySQL account. The default user name is ODBC on ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-key-migration.html
--keyring-migration-user, --keyring-migration-password: The account credentials to use to connect to the running server. If you invoke the migration server from a system account different from that normally used to run MySQL, it might create keyring ...The account used to connect to the running server must have the SUPER privilege required to modify ... A keyring migration copies ...
https://dev.mysql.com/doc/refman/5.7/en/added-deprecated-removed.html
disconnect_on_expired_password: Whether server disconnects clients with expired passwords if clients cannot handle such accounts. innodb_background_drop_list_empty: Delays table creation until background drop list is empty (debug). innodb_tmpdir: ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-safe.html
--core-file-size=size Command-Line Format --core-file-size=size Type String Command-Line Format --core-file-size=size Type String The size of the core file that mysqld should be able to create. Linux users can use the libtcmalloc_minimal.so included ... mysqld_safe is the recommended way to start a mysqld server on ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-limitations.html
Tables employing user-defined partitioning do not preserve the SQL mode in effect at the time that they were created. Therefore, a change in the SQL mode at any time after the creation of partitioned tables may lead to major changes in the behavior ... This section discusses current restrictions and limitations on MySQL partitioning ...
https://dev.mysql.com/doc/refman/5.7/en/stored-programs-logging.html
On the replica side, the replica uses the trigger DEFINER attribute to determine which user is considered to be the creator of the trigger. The implication is that although a user must have the CREATE ROUTINE privilege to create a function, the user ...It is possible for a procedure to follow different execution paths on source and replica servers, so a user can write a routine containing a dangerous statement that executes only on the replica where it is processed by a thread that has full ...