Search



Search Results
Displaying 2411 to 2420 of 3559 total results
https://dev.mysql.com/doc/refman/9.7/en/selinux.html
Security-Enhanced Linux (SELinux) is a mandatory access control (MAC) system that implements access rights by applying a security label referred to as an SELinux context to each system object. SELinux policy modules use SELinux contexts to define ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-geohash-functions.html
Geohash is a system for encoding latitude and longitude coordinates of arbitrary precision into a text string. Geohash values are strings that contain only characters chosen from "0123456789bcdefghjkmnpqrstuvwxyz". The functions in this section ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions-mbr.html
MySQL provides several MySQL-specific functions that test the relationship between minimum bounding rectangles (MBRs) of two geometries g1 and g2. The return values 1 and 0 indicate true and false, respectively. The MBR (also known as the bounding ...
https://dev.mysql.com/doc/refman/9.7/en/using-system-variables.html
The MySQL server maintains many system variables that configure its operation. Section 7.1.8, “Server System Variables”, describes the meaning of these variables. System variables can be set at server startup using options on the command line ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/config-file-parameters.html
# [mysqld] innodb_data_file_path=ibdata1:12M:autoextend innodb_page_size=16384 innodb_checksum_algorithm=crc32 innodb_buffer_pool_filename=ib_buffer_pool innodb_undo_tablespaces=2 All file paths contained in the generated backup-my.cnf are relative ... You can specify mysqlbackup options either on the command line or as configuration parameters inside a configuration ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/connection-options.html
If none of the algorithms specified by --compression-algorithms are permitted by the server, connection to the server will not be established. When mysqlbackup creates a backup, it sends SQL commands to a MySQL server using a database server ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-introduction.html
On Windows platforms, Commercial and Community Connector/C++ distributions require the Visual C++ Redistributable for Visual Studio. The Redistributable is available at the Visual Studio Download Center; install it before installing Connector/C++.
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-configuration-file-example.html
Here is a basic connection routing example to a MySQL InnoDB Cluster named myCluster. Both classic MySQL protocol and X Protocol are enabled, it uses TCP/IP connections instead of Unix domain sockets, and it was generated using --bootstrap as a ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-overview.html
Important An AdminAPI sandbox deployment is not suitable for use in a full production environment. AdminAPI is accessed through the dba global variable and its associated methods. The dba variable's methods provide the operations which enable you to ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-encrypted-connections.html
--ssl-cert=file_name: The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. --ssl-cipher=name: The name of the SSL cipher to use for establishing an encrypted connection. --ssl-key=file_name: The name of ... Using encrypted connections is possible when connecting to a TLS (sometimes referred to as SSL) enabled MySQL ...
Displaying 2411 to 2420 of 3559 total results