Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/glossary.html
I .ibd file Each InnoDB tablespace created using the file-per-table setting has a filename with a .ibd extension. .ibz file When the MySQL Enterprise Backup product performs a compressed backup, it transforms each tablespace file that is created ...
https://dev.mysql.com/doc/workbench/en/wb-create-new-table.html
Create a new table by double-clicking the Add Table icon in the Physical Schemas panel, as the next figure shows. Figure 9.33 Model: Creating A New Table Initially, the table name defaults to 'table1' in the table editor. This action opens the ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-create-target.html
Note The Recreate Objects operation is required to save any changes here. It will then execute the previous migration step (Create Schemas) with the modified code, and then continue the migration process. The generated objects are listed here, ...
https://dev.mysql.com/doc/internals/en/creating-build-directory.html
The build directory can actually be a subdirectory of the source tree rather than a directory located outside it; the point is that files generated during the build process (such as .o files) are created under the build directory, not in the ... One ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-created-users.html
These credentials are used to create the repository and its tables and to record data in them. At the end of MySQL Enterprise Service Manager installation, the file configuration_report.txt is created, and along with other configuration details, ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/creating-a-collection.html
In order to create a new collection call the createCollection() function from a Schema object. // Create a new collection called 'my_collection' var myColl = db.createCollection('my_collection'); . It returns a Collection object that can be used ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/creating-a-collection.html
In order to create a new collection call the createCollection() function from a Schema object. # Create a new collection called 'my_collection' myColl = db.create_collection('my_collection') . It returns a Collection object that can be used right ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-create.html
If you create a dictionary with no list of options, any options that the end user specifies for the dictionary are passed directly through to the function by MySQL Shell with no validation. The name must be a valid scripting identifier, so the first ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-table-import.html
Otherwise, the table must be created on the same MySQL server instance into which it is being imported. If the table was created in an external directory by specifying the DATA DIRECTORY clause in the CREATE TABLE statement, the table that you ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-general-purpose.html
(This constraint rules out the use of the keyring functions for manipulation of instance-wide keys, such as those created by InnoDB to support tablespace encryption.) To enable multiple users to perform operations on the same key, “wrapper” ...