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/compatibility.html
In this manual, “SQL-92” refers to the standard released in 1992. This section describes how MySQL relates to the ANSI/ISO SQL standards. We are not afraid to add extensions to SQL or support for non-SQL features if this greatly increases the ...MySQL Server has many extensions to the SQL standard, and here you can find out what they are and how to use ...
https://dev.mysql.com/doc/refman/5.7/en/document-store-setting-up.html
Note MySQL Installer enables you to perform this and the next step (Install the X Plugin) at the same time for new installations on Microsoft Windows. To use MySQL 5.7 as a document store, the X Plugin needs to be installed. Then you can use X ...
https://dev.mysql.com/doc/refman/5.7/en/error-log-rotation.html
To rename an error log file, do so manually before flushing. For information about handling this case, see Section 5.4.7, “Server Log Maintenance”. If you flush the error log using a FLUSH ERROR LOGS or FLUSH LOGS statment, or a mysqladmin ...
https://dev.mysql.com/doc/refman/5.7/en/events-privileges.html
Suppose also that this user has the SELECT privilege for myschema, but no other privileges for this schema. In this example, the EVENT privilege on the schema myschema is removed from the jon@ghidora user account: REVOKE EVENT ON myschema.* FROM ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-connectors-apis.html
For common questions, issues, and answers relating to the MySQL Connectors and other APIs, see the following areas of the Manual: Using C API Features Connector/ODBC Notes and Tips Connector/NET Programming MySQL Connector/J Developer Guide .
https://dev.mysql.com/doc/refman/5.7/en/faqs-tablespace-encryption.html
For example, assets such as pharmaceutical research results, oil field exploration results, financial contracts, or personal data of law enforcement informants may require encryption. How is InnoDB data-at-rest encryption different from encryption ...Is data decrypted for users who are authorized to see it? ...
https://dev.mysql.com/doc/refman/5.7/en/features.html
This section describes some of the important characteristics of the MySQL Database Software. This is useful if you want to provide an SQL interface for an in-house database. It is possible to change this when the MySQL server is started (see ...In ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-launching.html
Otherwise, you must install the plugin manually; to do this, connect to the server using the mysql client, and issue the SQL statement shown here: mysql> INSTALL PLUGIN group_replication SONAME 'group_replication.so'; Important The mysql.session ...
https://dev.mysql.com/doc/refman/5.7/en/gtid-functions.html
The functions described in this section are used with GTID-based replication. The GTID sets used with this function are represented as strings, as shown in the following examples: mysql> SELECT GTID_SUBSET('3E11FA47-71CA-11E1-9E33-C80AA9429562:23', ...It is important to keep in mind that all of these functions take string representations of GTID sets as ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-temporary-tablespace.html
In this case, a database administrator can remove the temporary tablespace manually or restart the server, which removes and recreates the temporary tablespace automatically. Issue a query similar to this one to view temporary tablespace metadata: ... Non-compressed, user-created temporary tables and on-disk internal temporary tables are created in a shared temporary ...