Search



Search Results
Displaying 61 to 70 of 2113 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-drop-db.html
int mysql_drop_db(MYSQL *mysql, const char *db) Description Drops the database named by the db parameter. Use mysql_real_query() or mysql_query() to issue an SQL DROP DATABASE statement instead. Example if(mysql_drop_db(&mysql, "my_database")) ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
A metadata operation occurs whenever data objects are created, altered, or dropped; such an operation can create additional suboperations in the NDB kernel. Dictionary::dropDatafile() Description This method drops a data file, given a Datafile ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
This program reads the files created as a result of the backup and inserts the stored information into the database. The following changes in primary key definitions are supported by --allow-pk-changes: Extending the primary key: A non-nullable ...
https://dev.mysql.com/doc/internals/en/com-drop-db.html
COM_DROP_DB: drop a schema Payload 1 [06] COM_DROP_DB string[EOF] schema name Returns OK_Packet or ERR_Packet Example 05 00 00 00 06 74 65 73 74 .....test .
https://dev.mysql.com/doc/refman/8.4/en/sys-list-drop.html
Removes a value from a comma-separated list of values and returns the result. For more information, see the description of list_add() Parameters in_list TEXT: The list to be modified.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Drop foreign key failed in NDB - foreign key not found 21041 MySQL error. Drop foreign key failed in NDB - invalid foreign key version 21042 MySQL error. Drop foreign key failed in NDB - foreign key not found in TC 21060 MySQL error. Drop table not ... This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
Supported table DDL statements include CREATE, ALTER, and DROP statements for databases, tablespaces, tables, and indexes, and the TRUNCATE TABLE statement. DROP DATABASE is atomic if all tables use a storage engine which supports atomic DDL. You ...
https://dev.mysql.com/doc/refman/8.4/en/replication-rules-db-options.html
Important For statement-based logging, an exception is made in the rules just given for the CREATE DATABASE, ALTER DATABASE, and DROP DATABASE statements. In those cases, the database being created, altered, or dropped replaces the default database ...The database that is checked for a match depends on the binary log format of the statement that is being ... When evaluating replication options, the replica ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
Preparing a Microsoft Access Database for Migration Microsoft Access stores relationship/foreign key information in an internal table called MSysRelationships. (-1907) (SQLExecDirectW) The steps to grant read access to the Admin role (using ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-management-range-list.html
Adding and dropping of range and list partitions are handled in a similar fashion, so we discuss the management of both sorts of partitioning in this section. Dropping a partition from a table that is partitioned by either RANGE or by LIST can be ...For information about working with tables that are partitioned by hash or key, see Section 26.3.2, “Management of HASH and KEY ...
Displaying 61 to 70 of 2113 total results