Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-encrypted-innodb-options.html
MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay logs. See Chapter 6, Working with Encrypted InnoDB Tablespaces and Section 8.4, “Working with Encrypted Binary and Relay Logs” on how mysqlbackup commands ...For details on how MySQL Server encrypts and decrypts these items, see InnoDB Data-at-Rest Encryption and Encrypting Binary Log Files and Relay Log ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-files-backed-up-innodb.html
Note To avoid concurrency issues during backups of busy databases, you can use the --only-innodb option to back up only InnoDB tables and the associated data. If you use the compressed backup feature, the .ibd files are renamed in their compressed ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extension-objects-create.html
You can use native code in the body of functions that are added as members to an extension object, provided that the interface (parameters and return values) is limited to the supported data types in Table 11.1, “Supported data type pairs for ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-extension-objects-examples.html
Example 11.1 Creating and Registering Extension Objects - Python This example creates a function hello_world() which is made available through the user-defined MySQL Shell global object demo. The code creates a new extension object and adds the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-features.html
A JSON import utility to import JSON documents to a MySQL Server collection or table. A parallel table import utility that splits up a single data file and uses multiple threads to load the chunks into a MySQL table. Output Formats MySQL Shell can ... Important MySQL Shell is updated frequently with fixes and new ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-interactive-code-execution.html
The rules for when you need to call execute() or not are as follows: When using MySQL Shell in this way, calling execute() becomes optional on: Collection.add() Collection.find() Collection.remove() Collection.modify() Table.insert() Table.select() ... The default mode of MySQL Shell provides interactive execution of database operations that you type at the command ...
https://dev.mysql.com/doc/c-api/9.7/en/getting-unique-id.html
If you insert a record into a table that contains an AUTO_INCREMENT column, you can obtain the value stored into that column by calling the mysql_insert_id() function. You can check from your C applications whether a value was stored in an ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-refresh.html
This function flushes tables or caches, or resets replication server information. int mysql_refresh(MYSQL *mysql, unsigned int options) Description Note mysql_refresh() is deprecated and is subject to removal in a future version of MySQL. The ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/plugin-status-system-variables.html
The st_mysql_show_var structure has this definition: struct st_mysql_show_var { const char *name; char *value; enum enum_mysql_show_type type; }; The following table shows the permissible status variable type values and what the corresponding ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-ai-aml-anomaly-detection-logs.html
The input table can only have the following columns: The column containing the logs. At least one column must act as the primary key to establish the temporal order of logs. If the input table has additional columns to the ones permitted, you must ... Anomaly detection for logs allows you to detect anomalies in log ...