Search

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


Displaying 461 to 470 of 785 total results
https://dev.mysql.com/doc/refman/5.7/en/history.html
We started out with the intention of using the mSQL database system to connect to our tables using our own fast low-level (ISAM) routines. This resulted in a new SQL interface to our database but with almost the same API interface as mSQL. However, ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-events-table.html
EVENT_SCHEMA The name of the schema (database) to which the event belongs. DATABASE_COLLATION The collation of the database with which the event is associated. The following statements are equivalent: SELECT EVENT_SCHEMA, EVENT_NAME, DEFINER, ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-cmp-per-index-table.html
The INNODB_CMP_PER_INDEX and INNODB_CMP_PER_INDEX_RESET tables provide status information on operations related to compressed InnoDB tables and indexes, with separate statistics for each combination of database, table, and index, to help you ...For ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-innodb-ft-config-table.html
Before querying it, set the value of the innodb_ft_aux_table system variable to the name (including the database name) of the table that contains the FULLTEXT index; for example test/articles. The INNODB_FT_CONFIG table provides metadata about the ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-partitions-table.html
TABLE_SCHEMA The name of the schema (database) to which the table belongs. Each row in this table corresponds to an individual partition or subpartition of a partitioned table. The PARTITIONS table has these columns: TABLE_CATALOG The name of the ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-referential-constraints-table.html
CONSTRAINT_SCHEMA The name of the schema (database) to which the constraint belongs. UNIQUE_CONSTRAINT_SCHEMA The name of the schema (database) containing the unique constraint that the constraint references. The REFERENTIAL_CONSTRAINTS table has ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-routines-table.html
ROUTINE_SCHEMA The name of the schema (database) to which the routine belongs. DATABASE_COLLATION The collation of the database with which the routine is associated. The ROUTINES table provides information about stored routines (stored procedures ...
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 TABLE_CONSTRAINTS table has these columns: CONSTRAINT_CATALOG The name of the catalog ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-tables-table.html
TABLE_SCHEMA The name of the schema (database) to which the table belongs. The TABLES table has these columns: TABLE_CATALOG The name of the catalog to which the table belongs. TABLE_TYPE BASE TABLE for a table, VIEW for a view, or SYSTEM VIEW for ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-views-table.html
TABLE_SCHEMA The name of the schema (database) to which the view belongs. You must have the SHOW VIEW privilege to access this table. The VIEWS table has these columns: TABLE_CATALOG The name of the catalog to which the view belongs. VIEW_DEFINITION ...
Displaying 461 to 470 of 785 total results