Search



Search Results
Displaying 2831 to 2840 of 5414 total results
https://dev.mysql.com/doc/refman/8.4/en/selinux.html
MySQL SELinux policy modules, for example, define policy rules using type information. mysqld_db_t is the type associated with the MySQL data directory and its files. Security-Enhanced Linux (SELinux) is a mandatory access control (MAC) system that ...
https://dev.mysql.com/doc/refman/8.4/en/show-create-view.html
MySQL lets you use different sql_mode settings to tell the server the type of SQL syntax to support. For example, you might use the ANSI SQL mode to ensure MySQL correctly interprets the standard SQL concatenation operator, the double bar (||), in ... SHOW CREATE VIEW view_name This statement shows the CREATE VIEW statement that creates the named ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-aggregate-functions.html
MySQL supports aggregate functions that perform a calculation on a set of values. For general information about these functions, see Section 14.19.1, “Aggregate Function Descriptions”. ST_Collect() can be used as a window function, as signified ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-reference-systems.html
The SRS denoted in MySQL by SRID 0 represents an infinite flat Cartesian plane with no units assigned to its axes. SRID 0 is the default SRID for spatial data in MySQL. MySQL maintains information about available spatial reference systems for ... A ...
https://dev.mysql.com/doc/refman/8.4/en/using-mysqldump.html
Tip Consider using the MySQL Shell dump utilities, which provide parallel dumping with multiple threads, file compression, and progress information display, as well as cloud features such as Oracle Cloud Infrastructure Object Storage streaming, and ...A dump file can be used in several ways: As a backup to enable data recovery in case of data ...
https://dev.mysql.com/doc/refman/8.4/en/verifying-md5-checksum.html
After you have downloaded a MySQL package, you should make sure that its MD5 checksum matches the one provided on the MySQL download pages. The correct MD5 checksum is listed on the downloads page for each MySQL product; you should compare it ...
https://dev.mysql.com/doc/refman/8.4/en/xa-states.html
Disabling detached XA transactions is not recommended for a MySQL server instance used in group replication; see Server Instance Configuration, for more information. An XA transaction progresses through the following states: Use XA START to start ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encryption.html
In order to enhance security for backed up data, MySQL Enterprise Backup provides encryption for single-file backups. Supply the key to mysqlbackup with the --key option, or paste the key into a key file and supply the file's pathname to ...The ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-cluster.html
delete cluster [--removedirs] cluster_name This command deletes the cluster named cluster_name, removing it from the list of clusters managed by MySQL Cluster Manager. delete cluster does not remove any MySQL NDB Cluster binaries from hosts.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-start-process.html
start process {[--initial|-i] nodespec | --added} cluster_name nodespec: {nodetype | process_id_list} process_id_list: process_id[, process_id[, ...]] This command starts the MySQL NDB Cluster processes specified by nodespec in the cluster named ...
Displaying 2831 to 2840 of 5414 total results