Search Results
https://dev.mysql.com/doc/refman/8.4/en/reusing-ssl-sessions.html
Session data are stored to a file and you specify this file when you invoke the client again. Use the ssl_session_data_print command to specify the path to a file where you can store the currently active session data securely. To reuse the session ...This section describes the conditions that are favorable for SSL session reuse, the server variables used for managing and monitoring the session cache, and the client command-line options for storing and reusing session ...Server-Side ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-an-anomaly-detection-model.html
To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and training_data. Both datasets have labeled and unlabeled rows, but only the dataset for semi-supervised learning uses this for training. The ...Higher scores indicate a greater degree of abnormality, potentially signaling an anomaly that warrants further ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-an-anomaly-detection-model.html
To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and training_data. Both datasets have labeled and unlabeled rows, but only the dataset for semi-supervised learning uses this for training. The ...Higher scores indicate a greater degree of abnormality, potentially signaling an anomaly that warrants further ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/partial.html
The backup directory produced contains a backup log file and copies of InnoDB data files. $ mysqlbackup --defaults-file=/home/dbadmin/my.cnf --include="^test\.ib.*" backup # Contents in the backup directory's subdirectory for the test database: $ ls ... By default, all the files under the database subdirectories in the data directory are included in the backup, so that the backup includes data from all MySQL storage engines, any third-party storage engines, and even any non-database files in that ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-multi.html
The Unix socket file and the TCP/IP port number must be different for every mysqld. mysqld_multi searches for groups named [mysqldN] in my.cnf (or in the file named by the --defaults-file option). (See, for example, Section 2.9.5, “Starting and ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
The debug information is stored in the GCS_DEBUG_TRACE file in the data directory. If you use a host name, you must use a fully qualified name, and ensure it is resolvable through DNS, correctly configured /etc/hosts files, or other name resolution ...Note InnoDB Cluster uses Group Replication, but the default values of the Group Replication system variables may differ from the defaults documented in this ...Some system variables on a ...
https://dev.mysql.com/doc/internals/en/support-for-insert.html
A basic storage engine could simply advance to the end of the data file and append the contents of the buffer directly (this would also make reading rows easier as you could read the row and pass it directly into the buffer parameter of the ...*/ if ... Once you have read support in your storage engine, the next feature to implement is support for INSERT ...With INSERT support in place, your ...
https://dev.mysql.com/doc/refman/8.4/en/windows-symbolic-links.html
Alternatively, on any version of Windows supported by MySQL, you can create a symbolic link to a MySQL database by creating a .sym file in the data directory that contains the path to the destination directory. The file should be named db_name.sym, ...Use of database symlinks on Windows is similar to their use on Unix, although the procedure for setting up the link ...
https://dev.mysql.com/doc/refman/8.4/en/replication-setup-replicas.html
Obtained the source status information, or a copy of the source's binary log index file made during a shutdown for the data snapshot. If you are setting up a new replication environment using the data from a different existing database server to ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-tables-table.html
Even with file-per-table mode with each InnoDB table in a separate .ibd file, change buffering can delay the write to the data file, so the file modification time is different from the time of the last insert, update, or delete. Note If the ...The ...To update cached values at any time for a given table, use ANALYZE ...