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 1731 to 1740 of 1830 total results
https://dev.mysql.com/doc/refman/5.7/en/server-administration.html
MySQL Server (mysqld) is the main program that does most of the work in a MySQL installation.
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-errors-or-warnings.html
db The default database for the statement, or NULL if there is none. These views display normalized statements that have produced errors or warnings. By default, rows are sorted by descending error and warning counts. The ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-runtimes-in-95th-percentile.html
db The default database for the statement, or NULL if there is none. full_scan The total number of full table scans performed by occurrences of the statement. These views list statements with runtimes in the 95th percentile. The ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-sorting.html
db The default database for the statement, or NULL if there is none. The statements_with_sorting and x$statements_with_sorting views have these columns: query The normalized statement string. total_latency The total wait time of timed occurrences of ...
https://dev.mysql.com/doc/refman/5.7/en/sys-statements-with-temp-tables.html
db The default database for the statement, or NULL if there is none. These views list normalized statements that have used temporary tables. By default, rows are sorted by descending number of on-disk temporary tables used and descending number of ...
https://dev.mysql.com/doc/refman/5.7/en/ssl-libraries.html
(yaSSL accepts these options but silently ignores them.) Accounts that authenticate using the sha256_password plugin can use RSA key files for secure password exchange over unencrypted connections. As of MySQL 5.7.28, support for yaSSL is removed ...
https://dev.mysql.com/doc/refman/5.7/en/events-metadata.html
To obtain metadata about events: Query the event table of the mysql database. This becomes the event time zone (ETZ); that is, the time zone that is used for event scheduling and is in effect within the event as it executes. For representation of ...Event Scheduler Time Representation Each session in MySQL has a session time zone ...
https://dev.mysql.com/doc/refman/5.7/en/group-by-functional-dependence.html
The examples use the world database, which can be downloaded from https://dev.mysql.com/doc/index-other.html. You can find details on how to install the database on the same page. Therefore, in all cases: {co.Code} -> {co.Name} Which yields: ... The ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-table-constraints-table.html
CONSTRAINT_SCHEMA The name of the schema (database) to which the constraint belongs. TABLE_SCHEMA The name of the schema (database) to which the table belongs. The value can be UNIQUE, PRIMARY KEY, FOREIGN KEY, or CHECK. The UNIQUE and PRIMARY KEY ...The TABLE_CONSTRAINTS table has these columns: CONSTRAINT_CATALOG The name of the catalog to which the constraint ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-information-schema-tables.html
Additional statistical and other data about NDB Cluster transactions, operations, threads, blocks, and other aspects of performance can be obtained from the tables in the ndbinfo database. For information about these tables, see Section 21.6.15, ...
Displaying 1731 to 1740 of 1830 total results