Search

Download this Manual
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


Displaying 981 to 990 of 1125 total results
https://dev.mysql.com/doc/refman/5.7/en/mysqlslap.html
Run all the load statements, then run all the queries in the query file with five clients (five times each): mysqlslap --concurrency=5 --iterations=5 --query=query.sql --create=create.sql --delimiter=";" mysqlslap supports the following options, ...
https://dev.mysql.com/doc/refman/5.7/en/option-file-options.html
--defaults-group-suffix=str Command-Line Format --defaults-group-suffix=string Type String Default Value [none] Read not only the usual option groups, but also groups with the usual names and a suffix of str. For example, the mysql client normally ... Most MySQL programs that support option files handle the following ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-online-add-node-example.html
In this section we provide a detailed example illustrating how to add new NDB Cluster data nodes online, starting with an NDB Cluster having 2 data nodes in a single node group and concluding with a cluster having 4 data nodes in 2 node groups. You ...This make it easier later to assign node IDs that are not already in use to data nodes which are newly ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-installer-workflow.html
The group must be established on Windows before you can select it from the list. Windows requires a newly added member to first log out and then log in again to join a local group. In the Windows Security Tokens area, enter a token for each Windows ... MySQL Installer provides a wizard-like tool to install and configure new MySQL products for ...
https://dev.mysql.com/doc/refman/5.7/en/glossary.html
It consists of several actions that are transactional in themselves, but that all must either complete successfully as a group, or all be rolled back as a group. group commit An InnoDB optimization that performs some low-level I/O operations (log ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-desc.html
--defaults-group-suffix Command-Line Format --defaults-group-suffix=string Type String Default Value [none] Also read groups with concat(group, suffix). ndb_desc provides a detailed description of one or more NDB tables. Usage ndb_desc -c ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-restore.html
--defaults-group-suffix Command-Line Format --defaults-group-suffix=string Type String Default Value [none] Also read groups with concat(group, suffix). --ndb-nodegroup-map=map, -z Command-Line Format --ndb-nodegroup-map=map Intended for restoring a ... The NDB Cluster restoration program is implemented as a separate command-line utility ndb_restore, which can normally be found in the MySQL bin ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.html
For example, to connect to the local server over IPv6 using port 3307, use this command: mysql_secure_installation --host=::1 --port=3307 mysql_secure_installation supports the following options, which can be specified on the command line or in the ... This program enables you to improve the security of your MySQL installation in the following ways: You can set a password for root ...
https://dev.mysql.com/doc/refman/5.7/en/order-by-optimization.html
(This is the first table in the EXPLAIN output that does not have a const join type.) The query has different ORDER BY and GROUP BY expressions. (The resulting sort order may be completely different from the order for ABS(a), of course.) SELECT ...
https://dev.mysql.com/doc/refman/5.7/en/server-options.html
mysqld_safe reads options from the [mysqld], [server], [mysqld_safe], and [safe_mysqld] groups. An embedded MySQL server usually reads options from the [server], [embedded], and [xxxxx_SERVER] groups, where xxxxx is the name of the application into ... When you start the mysqld server, you can specify program options using any of the methods described in Section 4.2.2, “Specifying Program ...
Displaying 981 to 990 of 1125 total results