PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-import.html
ndb_import requires a connection to an NDB management server (ndb_mgmd) to function; it does not require a connection to a MySQL Server. Higher values reduce status printing exponentially up to some pre-defined limit ADDED: NDB 7.6.2 ... ndb_import ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndbd.html
--bind-address Command-Line Format --bind-address=name Type String Default Value Causes ndbd to bind to a specific network interface (host name or IP address). --connect-string Command-Line Format --connect-string=connection_string Type String ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options-replica.html
--replicate-do-db=db_name Command-Line Format --replicate-do-db=name Type String Creates a replication filter using the name of a database. --replicate-ignore-db=db_name Command-Line Format --replicate-ignore-db=name Type String Creates a ... This ...
https://dev.mysql.com/doc/refman/5.7/en/storage-requirements.html
InnoDB Table Storage Requirements NDB Table Storage Requirements Numeric Type Storage Requirements Date and Time Type Storage Requirements String Type Storage Requirements Spatial Type Storage Requirements JSON Storage Requirements The storage ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-mgm.html
Its value lies in providing a set of commands for checking the cluster's status, starting backups, and performing other administrative functions. --connect-string Command-Line Format --connect-string=connection_string Type String Default Value ...
https://dev.mysql.com/doc/refman/5.7/en/user-variables.html
A user variable name can contain other characters if you quote it as a string or identifier (for example, @'my-var', @"my-var", or @`my-var`). User variables can be assigned a value from a limited set of data types: integer, decimal, floating-point, ... You can store a value in a user-defined variable in one statement and refer to it later in another ...
https://dev.mysql.com/doc/refman/5.7/en/alter-user.html
In one case only, the account may be specified with the USER() function: ALTER USER USER() IDENTIFIED BY 'auth_string'; This syntax enables changing your own password without naming your account literally. The plugin name can be a quoted string ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-general-info.html
The version string displayed by NDB Cluster programs uses this format: mysql-mysql_server_version-ndb-ndb_engine_version mysql_server_version represents the version of the MySQL Server on which the NDB Cluster release is based. For example, the full ... MySQL NDB Cluster uses the MySQL server with the NDB storage ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-safe.html
--core-file-size=size Command-Line Format --core-file-size=size Type String Command-Line Format --core-file-size=size Type String The size of the core file that mysqld should be able to create. --malloc-lib=[lib_name] Command-Line Format ...
https://dev.mysql.com/doc/refman/5.7/en/account-names.html
Quotes must be used if a user_name string contains special characters (such as space or -), or a host_name string contains special characters or wildcard characters (such as . Quote user names and host names as identifiers or as strings, using ...