Search



Search Results
Displaying 1691 to 1700 of 5018 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-restoring.html
The restored DB System uses the same MySQL Administrator user name and password that was in effect when the backup was created. To restore a backup to a new DB System: In the MySQL HeatWave Console, select the Resources tab. Click the name of the ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connection-protocols-ciphers.html
MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols and ciphers to permit for encrypted connections. Supported TLS Protocols Removal of Support for the TLSv1 and TLSv1.1 Protocols Connection TLS Protocol ...It ...
https://dev.mysql.com/doc/internals/en/full-text-search.html
MySQL uses Ranking with Vector Spaces for ordinary full-text queries. Vector Space, which MySQL sometimes calls "natural language", is a well-known system based on a metaphor of lines that stretch in different dimensions (one dimension per term) ...
https://dev.mysql.com/doc/connector-j/en/connector-j-build-props-changes.html
A number of Ant properties for building Connector/J from source have been renamed; see Table 4.1, “Changes with the Build Properties from Connector/J 5.1 to 8.0 and Beyond” Table 4.1 Changes with the Build Properties from Connector/J 5.1 to 8.0 ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for persistent storage of filter and user account data. If an audit log function is invoked from within the mysql client, binary string results display using ...Unless ...
https://dev.mysql.com/doc/refman/8.4/en/encryption-functions.html
Caution Passwords or other sensitive values supplied as arguments to encryption functions are sent as cleartext to the MySQL server unless an SSL connection is used. Also, such values appear in any MySQL logs to which they are written. If you want ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-init-startup-configuration.html
Normally, InnoDB is initialized when the MySQL server is started for the first time. You can place InnoDB options in the [mysqld] group of any option file that your server reads when it starts. The locations of MySQL option files are described in ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-operator-functions.html
MySQL also implements certain functions that are extensions to OpenGIS, as noted in the function descriptions. mysql> SET @g = 'MULTIPOINT(5 0,25 0,15 10,15 25)'; mysql> SELECT ST_AsText(ST_ConvexHull(ST_GeomFromText(@g))); ... OpenGIS proposes a ...
https://dev.mysql.com/doc/refman/8.4/en/string-comparison-functions.html
If a string function is invoked from within the mysql client, binary strings display using hexadecimal notation, depending on the value of the --binary-as-hex. For more information about that option, see Section 6.5.1, “mysql — The MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-before-you-begin.html
The backup should include the mysql system database, which contains the MySQL data dictionary tables and system tables. Important Downgrade from MySQL 8.4 to MySQL 8.3, or from a MySQL 8.4 release to a previous MySQL 8.4 release, is not supported.
Displaying 1691 to 1700 of 5018 total results