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/thread-pool-operation.html
While a thread executes a statement from a user connection, Performance Schema instrumentation accounts thread activity to the user connection. For guidelines on setting this variable, see Section 5.5.3.4, “Thread Pool Tuning”. The default time ... The thread pool consists of a number of thread groups, each of which manages a set of client ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-enterprise-security.html
Users who have logged in to Windows can connect from MySQL client programs to the server based on the information in their environment without specifying an additional password. LDAP Authentications supports user name and password, SASL, and ...PAM ...
https://dev.mysql.com/doc/refman/5.7/en/trigger-syntax.html
In the example, the trigger body is a simple SET that accumulates into a user variable the values inserted into the amount column. In a BEFORE trigger, you can also change its value with SET NEW.col_name = value if you have the UPDATE privilege for ...Here is a simple example that associates a trigger with a table, to activate for INSERT ... To create a trigger or drop a trigger, use the CREATE TRIGGER or DROP TRIGGER statement, described in ...
https://dev.mysql.com/doc/refman/5.7/en/docker-mysql-getting-started.html
Because the MYSQL_ONETIME_PASSWORD option is true by default, after you have connected a mysql client to the server, you must reset the server root password by issuing this statement: mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'password'; ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
--uid=name, -v Command-Line Format --uid=name The name of the user who should be the owner of any created files. In the absence of this option, files created by mysql_ssl_rsa_setup are owned by the user who executes it. It works as follows: ... This ...See Section 6.3.3.1, “Creating SSL and RSA Certificates and Keys using ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-show-tables.html
--type, -t Can be used to restrict the output to one type of object, specified by an integer type code as shown here: 1: System table 2: User-created table 3: Unique hash index Any other value causes all NDB database objects to be listed (the ...By ... ndb_show_tables displays a list of all NDB database objects in the ...
https://dev.mysql.com/doc/refman/5.7/en/query-cache-operation.html
The user has a column-level privilege for any of the involved tables. Queries that use different databases, different protocol versions, or different default character sets are considered different queries and are cached separately. It refers to ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-accounts-table.html
This is NULL for an internal thread, or for a user session that failed to authenticate. This is NULL for an internal thread, or for a user session that failed to authenticate. To set the table size explicitly, set the ... The accounts table contains ...
https://dev.mysql.com/doc/refman/5.7/en/charset-binary-collations.html
A given nonbinary character set can have several collations, each of which defines a particular comparison and sort order for the characters in the set. The binary collation differs from _bin collations in several respects, discussed in the ... This ...Binary strings are sequences of bytes and the numeric values of those bytes determine comparison and sort ...
https://dev.mysql.com/doc/refman/5.7/en/creating-ssl-files-using-openssl.html
This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and clients. Note There are easier alternatives to generating the files required for SSL than the procedure described here: Let ...The first two examples are intended for use on Unix and both use the openssl command that is part of ...