Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/prereqs-myoem-reference.html
This section describes the prerequisites for a successful Oracle Enterprise Manager for MySQL Database installation. Ensure the agent can successfully communicate with your Oracle Management Service and can upload data. Note The plugin is installed ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-upgrading-general.html
You cannot use the update installers to update a 32-bit Linux installation to a 64-bit version using an update installer. Customizations to setenv.sh are lost, as this file is replaced and optimized during an upgrade. The installation and ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/system-prereqs-reference.html
This section describes the minimum and recommended system requirements for a successful MySQL Enterprise Monitor installation. Minimum Hardware Requirements This section describes the minimum hardware requirements for the Enterprise Service Monitor. 2 CPU Cores 2 GB RAM Disk I/O subsystem applicable to a write-intensive database Recommended Hardware Requirements This section describes the recommended hardware requirements for the Enterprise Service ...
https://dev.mysql.com/doc/refman/8.4/en/arithmetic-functions.html
Table 14.9 Arithmetic Operators Name Description %, MOD Modulo operator * Multiplication operator + Addition operator - Minus operator - Change the sign of the argument / Division operator DIV Integer division The usual arithmetic operators are ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Unless those objects are installed, the audit_log plugin operates in (deprecated) legacy mode. Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for persistent storage of filter and user account data. The tables can be ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses caching on the server side for better performance and has ...
https://dev.mysql.com/doc/refman/8.4/en/character-arrays.html
Each simple character set has a configuration file located in the sql/share/charsets directory. For a character set named MYSYS, the file is named MYSET.xml. <map> elements appear within these elements: <ctype> defines attributes for each character. <collation> elements indicate character ordering for comparison and sorting, one element per ...
https://dev.mysql.com/doc/refman/8.4/en/create-spatial-reference-system.html
srs_attribute: { NAME 'srs_name' | DEFINITION 'definition' | ORGANIZATION 'org_name' IDENTIFIED BY org_id | DESCRIPTION 'description' } srid, org_id: 32-bit unsigned integer This statement creates a spatial reference system (SRS) definition and ...
https://dev.mysql.com/doc/refman/8.4/en/create-tablespace.html
The precise syntax and semantics depend on the storage engine used. MySQL NDB Cluster also supports tablespaces using the NDB storage engine. Considerations for InnoDB Considerations for NDB Cluster Options Notes InnoDB Examples NDB Example ...
https://dev.mysql.com/doc/refman/8.4/en/drop-spatial-reference-system.html
DROP SPATIAL REFERENCE SYSTEM [IF EXISTS] srid srid: 32-bit unsigned integer This statement removes a spatial reference system (SRS) definition from the data dictionary. Example: DROP SPATIAL REFERENCE SYSTEM 4120; If no SRS definition with the ...