PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/ndb-restore-different-number-nodes.html
$> mysqldump --no-data --routines --events --triggers --databases > myschema.sql Important Once you have created the NDB native backup using ndb_mgm, you must not make any schema changes before creating the backup of the schema, if you do so. The ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-basics.html
Because it is ubiquitous, most users employ TCP/IP over Ethernet for NDB Cluster. The MySQL Cluster Manager client also supports commands for getting and setting the values of most node configuration parameters as well as mysqld server options and ...NDB Cluster's NDB storage engine contains a complete set of data, dependent only on other data within the cluster ...
https://dev.mysql.com/doc/refman/5.7/en/replication-problems.html
If the replication I/O thread state says Connecting to master, check the following: Verify the privileges for the user being used for replication on the source. If you have followed the instructions but your replication setup is not working, the ...
https://dev.mysql.com/doc/refman/5.7/en/old-native-pluggable-authentication.html
This section describes mysql_old_password, which implements authentication against the mysql.user system table using the older (pre-4.1) native password hashing method. MySQL includes two plugins that implement native authentication; that is, ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-handling-nulls.html
Partitioning in MySQL does nothing to disallow NULL as the value of a partitioning expression, whether it is a column value or the value of a user-supplied expression. This means that treatment of NULL varies between partitioning of different ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-native.html
During installation, the initial database is created, and you are prompted for the MySQL root password (and confirmation). The database tables are automatically created for you, if they do not already exist. You should, however, run ... Many Linux ...Important Native packages are often several versions behind the currently available ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-delete-all.html
--database, -d Command-Line Format --database=name Type String Default Value TEST_DB Name of the database containing the table to delete from. --ndb-connectstring Command-Line Format --ndb-connectstring=connection_string Type String Default Value ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-move-data.html
--character-sets-dir=name Command-Line Format --character-sets-dir=path Type String Default Value [none] Directory where character sets are. --database=dbname, -d Command-Line Format --database=name Type String Default Value TEST_DB Name of the ...
https://dev.mysql.com/doc/refman/5.7/en/rewriter-query-rewrite-plugin.html
Users communicate with the plugin by modifying the set of rules stored in this table. The plugin communicates with users by setting the message column of table rows. MySQL supports query rewrite plugins that can examine and possibly modify SQL ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-analyze-table-complexity.html
For the nonunique indexes, the primary key columns (a,b) are counted in addition to the user defined columns. To set the number of pages sampled for an individual table, use the STATS_SAMPLE_PAGES option with CREATE TABLE or ALTER TABLE. With ...The ...