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/mysql-cluster-programs-ndb-print-frag-file.html
Because it does not make use of the management server, this utility can be used when the management server is not running, and even when the cluster has been completely shut down. It is intended for use in helping to diagnose issues with data node ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-print-schema-file.html
Because it does not make use of the management server, this utility can be used when the management server is not running, and even when the cluster has been completely shut down. Usage ndb_print_schema_file file_name file_name is the name of a ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-tcp-definition-direct.html
Note To take the best advantage of direct connections in this fashion with more than two data nodes, you must have a direct connection between each data node and every other data node in the same node group. Setting up a cluster using direct ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-thread-states.html
Shutting down Syncing ndb table schema operation and binlog This is used to have a correct binary log of schema operations for NDB. Committing events to binlog Opening mysql.ndb_apply_status Processing events The thread is processing events for ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-config.html
In MySQL 5.7, all client libraries are thread-safe, so this option need not be used. mysql_config provides you with useful information for compiling your MySQL client and connecting it to MySQL. It is a shell script, so it is available only on Unix ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-shell-visual-studio.html
This section explains how to use MySQL Shell to script a server using MySQL for Visual Studio. Introduction MySQL for Visual Studio provides access to MySQL objects and data without forcing developers to leave Visual Studio. Designed and developed ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog-server-id.html
The server ID is 65535 by default, but this can be changed with --stop-never-slave-server-id. When invoked with the --read-from-remote-server option, mysqlbinlog connects to a MySQL server, specifies a server ID to identify itself, and requests ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-server.html
This setting modifies certain aspects of SQL syntax and semantics, for example for compatibility with code from other database systems, or to control the error handling for particular situations. The following discussion covers these MySQL server ...
https://dev.mysql.com/doc/refman/5.7/en/mysqldump-copying-to-other-server.html
On Server 1: $> mysqldump db1 > dump.sql On Server 2: $> mysqladmin create db1 $> mysql db1 < dump.sql You can specify a different database name in this case, so omitting --databases from the mysqldump command enables you to dump data from one ...
https://dev.mysql.com/doc/refman/5.7/en/mysqldump-tips.html
This section surveys techniques that enable you to use mysqldump to solve specific problems: How to make a copy a database How to copy a database from one server to another How to dump stored programs (stored procedures and functions, triggers, and ...