Rechercher dans le manuel MySQL
ndb_drop_table drops the specified
NDB
table. (If you try to use this
on a table created with a storage engine other than
NDB
, the attempt fails with the
error 723: No such table exists.) This
operation is extremely fast; in some cases, it can be an order
of magnitude faster than using a MySQL DROP
TABLE
statement on an NDB
table.
Usage
ndb_drop_table -c connection_string tbl_name -d db_name
The following table includes options that are specific to ndb_drop_table. Additional descriptions follow the table. For options common to most NDB Cluster programs (including ndb_drop_table), see Section 22.4.31, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.
Table 22.343 Command-line options for the ndb_drop_table program
Format | Description | Added, Deprecated, or Removed |
---|---|---|
|
Name of the database in which the table is found | All NDB 8.0 releases |
Prior to NDB 8.0.17, an NDB
table dropped
using this utility persisted in the MySQL data dictionary but
could not be dropped using DROP TABLE
in the
mysql client. In NDB 8.0.17 and later, such
“orphan” tables can be dropped using DROP
TABLE
. (Bug #29125206, Bug #93672)
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-mysql-cluster-programs-ndb-drop-table.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.