Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json.html
You can import the JSON documents to an existing table or collection or to a new one created for the import. If the target table or collection does not exist in the specified database, it is automatically created by the utility, using a default ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-catalog.html
The MODEL_CATALOG table is created in a schema named ML_SCHEMA_user_name, where the user_name is the name of the owning user. When a user creates a model, the ML_TRAIN routine creates the model catalog schema and table if they do not exist. AutoML ...A model catalog is accessible only to the owning user unless the user grants privileges on the model catalog to another ...
https://dev.mysql.com/doc/internals/en/transactions-notes-on-ddl-and-normal-transaction.html
DDL statements use a form of "semantic" logging to maintain atomicity: If CREATE TABLE t .. In addition, some DDL statements issue interim transaction commits: for example, ALTER TABLE issues a commit after data is copied from the original table to ... DDL statements and operations with nontransactional engines do not "register" in thd->transaction lists, and thus do not modify the transaction ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
*/ void drop_table(MYSQL &mysql) { if (mysql_query(&mysql, "DROP TABLE api_blob_ndbrecord")) MYSQLERROR(mysql); } /* Functions to create table. */ char buffer[10000]; NdbTransaction *myTrans= myNdb->startTransaction(); if (myTrans == NULL) ... This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-handling-errors.html
\n"; for (int i = 10000; i < 20000; i++) { executeInsertTransaction(i, myNdb, myTable); } std::cout << "Done.\n"; delete myNdb; delete cluster_connection; ndb_end(0); return 0; } . This program demonstrates handling errors and retrying failed ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-components-installation.html
$> mysql -u root -p -D mysql < [path/]masking_functions_install.sql Enter password: (enter root password here) Install Using a Dedicated Schema To set up MySQL Enterprise Data Masking and De-Identification: Create a database to store the ...MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-functions.html
For this reason, if you select from the replica's copy of mytable after the CREATE TABLE and INSERT statements just shown have been replicated, you might expect mycol to contain the value 2009-09-01 18:00:00. Therefore, these functions should not be ... Certain functions do not replicate well under some conditions: The USER(), CURRENT_USER() (or CURRENT_USER), UUID(), VERSION(), and LOAD_FILE() functions are replicated without change and thus do not work reliably on the replica unless row-based replication is ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-import.html
To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data. Figure 5.18 External Data: ODBC Database In the Get External Data dialog box that appears, choose Import the ...Figure 5.19 Get External Data: ODBC Database The Select Data Source dialog box ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-import.html
To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data. Figure 6.7 External Data: ODBC Database In the Get External Data dialog box that appears, choose Import the ...