Rechercher une page de manuel
ndb_drop_table
Langue: en
Version: 11/16/2009 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
NAME
ndb_drop_table - drop an NDB tableSYNOPSIS
- ndb_drop_table options
DESCRIPTION
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, it 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 DROP TABLE on an NDB table from MySQL.
Usage:
-
ndb_drop_table -c connect_string tbl_name -d db_name
Additional Options: None.
COPYRIGHT
Copyright 2007-2008 MySQL AB, 2009 Sun Microsystems, Inc.
This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
SEE ALSO
For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/.AUTHOR
Sun Microsystems, Inc. (http://www.mysql.com/).Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre