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-mgmd.html
Although it is preferable to specify other ndb_mgmd program options in a my.ini or my.cnf configuration file, it is possible to use them together with --install. --mycnf Command-Line Format --mycnf Read configuration data from the my.cnf file. The ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-windows-services.html
On Windows, a MySQL server can run as a Windows service. The procedures for installing, controlling, and removing a single MySQL service are described in Section 2.3.4.8, “Starting MySQL as a Windows Service”. To set up multiple MySQL services, ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-configuration.html
Each data node or SQL node requires a my.cnf file that provides two pieces of information: a connection string that tells the node where to find the management node, and a line telling the MySQL server on this host (the machine hosting the data ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-config.html
This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its config.ini or my.cnf file. --mycnf Command-Line Format --mycnf Read configuration ...By default, the management node is the source for the configuration data; to override the default, execute ndb_config with the --config-file or --mycnf ...
https://dev.mysql.com/doc/refman/5.7/en/server-options.html
To avoid a possible security hole where a user adds a --user=root option to a my.cnf file (thus causing the server to run as root), mysqld uses only the first --user option specified and produces a warning if there are multiple --user options. When ...
https://dev.mysql.com/doc/refman/5.7/en/option-defaults-equals.html
Suppose the my.cnf file is as shown here: [mysql] user jon Trying to start mysql in this case causes a different error: $> mysql mysql: unknown option '--user jon' A similar error would occur if you were to write host tonfisk in the option file ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
Note mysql_install_db is deprecated as of MySQL 5.7.6 because its functionality has been integrated into mysqld, the MySQL server. To initialize a MySQL installation, invoke mysqld with the --initialize or --initialize-insecure option. You should ...
https://dev.mysql.com/doc/refman/5.7/en/data-directory-initialization.html
(See Section 5.1.2, “Server Configuration Defaults”.) To explicitly specify options that the MySQL server should use at startup, put them in an option file such as /etc/my.cnf or /etc/mysql/my.cnf. For Unix and Unix-like systems, suppose that ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-cjk.html
For example: SET NAMES 'big5'; Once the setting is correct, you can make it permanent by editing my.cnf or my.ini. This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options.html
The auto.cnf file has a format similar to that used for my.cnf or my.ini files. The following sections contain information about mysqld options and server variables that are used in replication and for controlling the binary log. Options and ...