Search



Search Results
Displaying 1551 to 1560 of 5281 total results
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
To install MySQL from a compressed tar file binary distribution, your system must have GNU XZ Utils to uncompress the distribution and a reasonable tar to unpack it. These include generic binary distributions in the form of compressed tar files ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
Keep Files On Create Enabled If a MyISAM table is created with a DATA DIRECTORY or INDEX DIRECTORY option and an existing .MYD or .MYI file is found, MyISAM always returns an error. Lower Case File System Enabled Whether the file system where the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-performance-space-overview.html
Therefore, to back up as much data as possible during the hot backup phase, you should designate InnoDB as the default storage engine for new tables (which is the default setting for MySQL servers), or convert existing tables to use the InnoDB ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pem.html
Each option must point to a file with the .pem file extension. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" + "SslCa=ca.pem;" + "SslCert=client-cert.pem;" + ...For this example, use ... The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pem.html
Each option must point to a file with the .pem file extension. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "SslMode=VerifyFull" + "SslCa=ca.pem;" + "SslCert=client-cert.pem;" + ...For this example, use ... The direct use of PEM format certificates was introduced to simplify certificate management in multiplatform environments that include similar MySQL ...
https://dev.mysql.com/doc/internals/en/format-description-event.html
Binlog::FORMAT_DESCRIPTION_EVENT: A format description event is the first event of a binlog for binlog-version 4. mysql-server version (string.fix_len) -- [len=50] version of the MySQL Server that created the binlog. create_timestamp (4) -- seconds ...Note added in MySQL 5.0.0 as replacement for START_EVENT_V3 Payload 2 binlog-version string[50] mysql-server version 4 create timestamp 1 event header length string[p] event type header lengths Fields binlog-version (2) -- version of this binlog ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-handles.html
ndb_mgm_set_name() Description This function can be used to set a name for the management server handle, which is then reported in the Cluster log. ndb_mgm_set_ignore_sigpipe() Description The MGM API by default installs a signal handler that ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-memory-usage-pages.html
Important This report retrieves data from the x$memory_global_by_current_bytes view of the sys schema. If the sys schema, version 1.5.1 or higher, is not installed on the monitored MySQL server, the report is not populated. Current Alloc The current ...Table 4.2 Memory Usage Columns Column Name Description Name Name of memory ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-requirements.html
At least one data node in each node group must be running, and there must be sufficient disk space on the node file systems. In general, the following requirements apply when you try to restore a MySQL NDB Cluster using MySQL Cluster Manager: A ...A ... This section provides information about basic requirements for performing backup and restore operations using MySQL Cluster ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
Default frequency 06:00:00 Default auto-close enabled no LOCAL Option Of LOAD DATA Statement Is Enabled The LOAD DATA statement can load a file that is located on the server host, or it can load a file that is located on the client host when the ...
Displaying 1551 to 1560 of 5281 total results