Search Results
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-types.html
This is useful when you want to store a “possibly wrong” value which the user has specified (for example, in a web form) in the database for future processing. The date and time data types for representing temporal values are DATE, TIME, ...
https://dev.mysql.com/doc/refman/8.4/en/deploy-mysql-nonlinux-docker.html
Other platforms are not supported, and users running the MySQL Docker images from Oracle on them are doing so at their own risk. Warning The MySQL Docker images provided by Oracle are built specifically for Linux platforms. This section discusses ...
https://dev.mysql.com/doc/refman/8.4/en/document-store-interfaces.html
The MySQL Shell User Guide at MySQL Shell 8.4 provides detailed information about configuring and using MySQL Shell. To work with MySQL as a document store, you use dedicated components and a choice of clients that support communicating with the ...
https://dev.mysql.com/doc/refman/8.4/en/drop-resource-group.html
If FORCE is given, existing threads in the group are moved to their respective default group (system threads to SYS_default, user threads to USR_default). DROP RESOURCE GROUP group_name [FORCE] DROP RESOURCE GROUP is used for resource group ...
https://dev.mysql.com/doc/refman/8.4/en/drop-spatial-reference-system.html
Users should not drop SRSs with SRIDs in the reserved ranges. If system-installed SRSs are dropped, the SRS definitions may be recreated for MySQL upgrades. DROP SPATIAL REFERENCE SYSTEM [IF EXISTS] srid srid: 32-bit unsigned integer This statement ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-filtering.html
log_filter_dragnet: This filter component provides error log filtering based on user-supplied rules, in combination with the dragnet.log_error_filter_rules system variable. Error log configuration normally includes one log filter component and one ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-elements.html
As just illustrated, the client may display the error message so the user can take corrective measures. This section discusses how error messages originate within MySQL and the elements they contain. The MySQL server writes some error messages to ...
https://dev.mysql.com/doc/refman/8.4/en/general-security-issues.html
For information specifically about the access control system that MySQL uses for setting up user accounts and checking database access, see Section 2.9, “Postinstallation Setup and Testing”. This section describes general security issues to be ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-flow-control.html
Whenever the size of one of these queues exceeds the user-defined threshold, the throttling mechanism is triggered. MySQL Group Replication ensures that a transaction commits only after a majority of the members in a group have received it and ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-functions-for-member-actions.html
In this state, it does not accept updates from any clients, even users who have the CONNECTION_ADMIN or SUPER privilege. The following functions can be used to enable and disable actions for members of a group to take in specified situations, and ...