Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 331 to 340 of 949 total results
https://dev.mysql.com/doc/refman/8.0/en/expired-password-handling.html
If the server disconnects the client, it returns an ER_MUST_CHANGE_PASSWORD_LOGIN error: $> mysql -u myuser -p Password: ****** ERROR 1862 (HY000): Your password has expired. For any operation not permitted within the session, the server returns an ... MySQL provides password-expiration capability, which enables database administrators to require that users reset their ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-system-variables.html
Without these precautions, the server running the lower version is likely to experience difficulties and terminate with an error. group_replication_exit_state_action configures how Group Replication behaves when this server instance leaves the group ... This section lists the system variables that are specific to the Group Replication ...
https://dev.mysql.com/doc/refman/8.0/en/json.html
MySQL parses any string used in a context that requires a JSON value, and produces an error if it is not valid as JSON. Positions for “at position N” in such error messages are 0-based, but should be considered rough indications of where the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-options-variables.html
--ndb-applier-allow-skip-epoch Command-Line Format --ndb-applier-allow-skip-epoch System Variable ndb_applier_allow_skip_epoch Scope Global Dynamic No SET_VAR Hint Applies No Use together with --slave-skip-errors to cause NDB to ignore skipped epoch ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlimport.html
If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. If you do not specify either option, an error occurs when a duplicate key value is found, and the ...
https://dev.mysql.com/doc/refman/8.0/en/partial-revokes.html
If a privilege is not granted globally, revoking it for a nonexistent schema produces an error. If any such account exists, disabling partial_revokes fails: For attempts to disable partial_revokes at startup, the server logs an error message and ...
https://dev.mysql.com/doc/refman/8.0/en/password-management.html
In that case, the server writes messages similar to these to the error log during the startup process (the exact numbers may vary): [ERROR] Column count of mysql.user is wrong. Operations performed by a restricted client result in an error until the ... MySQL supports these password-management capabilities: Password expiration, to require passwords to be changed ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-replication-tables.html
For multithreaded replica operation, SHOW REPLICA STATUS reports all coordinator and worker thread errors using the Last_SQL_Errno and Last_SQL_Error fields, so only the most recent of those errors is visible and information can be lost. The ...This ...
https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication.html
The server then authenticates the client, determining from the account row which authentication plugin applies to the client: If the server cannot find the plugin, an error occurs and the connection attempt is rejected. A test plugin that checks ...
https://dev.mysql.com/doc/refman/8.0/en/precision-math-examples.html
The floating-point calculation introduces small errors: +--------+------------------+ | d | f | +--------+------------------+ | 1.0000 | 0.99999999999991 | +--------+------------------+ Example 2. In strict mode, inserting a value that is out of ...
Displaying 331 to 340 of 949 total results