Search



Search Results
Displaying 891 to 900 of 2167 total results
https://dev.mysql.com/doc/refman/8.4/en/myisampack.html
If you are not in the database directory, you should specify the path name to the file. (myisampack creates an intermediate file named tbl_name.TMD in the database directory while it compresses the table. When the table is used later, the server ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-installation.html
This section covers hardware and software requirements; networking issues; installation of NDB Cluster; basic configuration issues; starting, stopping, and restarting the cluster; loading of a sample database; and performing queries. We use the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations.html
You can report any discrepancies that you encounter to the MySQL bugs database using the instructions given in Section 1.6, “How to Report Bugs or Problems”. In the sections that follow, we discuss known limitations in current releases of NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-drop-table.html
--database, -d Command-Line Format --database=name Type String Default Value TEST_DB Name of the database in which the table resides. Usage ndb_drop_table -c connection_string tbl_name -d db_name Options that can be used with ndb_drop_table are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-backups.html
Create any databases on the replica cluster that are present on the source cluster and that are to be replicated. Important A CREATE DATABASE (or CREATE SCHEMA) statement corresponding to each database to be replicated must be executed on each SQL ... This section discusses making backups and restoring from them using NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster Replication”). To provide replication backup capability, you ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-single-user-mode.html
Single user mode enables the database administrator to restrict access to the database system to a single API node, such as a MySQL server (SQL node) or an instance of ndb_restore. Once the cluster has entered single user mode, only the designated ...When entering single user mode, connections to all other API nodes are closed gracefully and all running transactions are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-sql-statements.html
SELECT * FROM INFORMATION_SCHEMA.ENGINES [WHERE ENGINE LIKE 'NDB%'] This is the equivalent of SHOW ENGINES, but uses the ENGINES table of the INFORMATION_SCHEMA database. You can also query the tables in the ndbinfo information database for ... This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-collections.html
For instructions on setting up the world_x schema, see Section 22.3.2, “Download and Import world_x Database”. The term schema is equivalent to a database, which means a group of database objects as opposed to a relational schema, used to ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-collections.html
For instructions on setting up the world_x schema, see Section 22.4.2, “Download and Import world_x Database”. The term schema is equivalent to a database, which means a group of database objects as opposed to a relational schema, used to ...
Displaying 891 to 900 of 2167 total results