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
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.html
Normal usage is to connect to the local MySQL server; invoke mysql_secure_installation without arguments: mysql_secure_installation When executed, mysql_secure_installation prompts you to determine which actions to perform. If the file does not ...
https://dev.mysql.com/doc/refman/5.7/en/create-table-ndb-comment-options.html
NDB_COLUMN can be used in a column comment to set the size of the blob parts table column used for storing parts of blob values by NDB to its maximum. Using any value other than 0 or 1 results in a syntax error. The effect of using ... NDB_COLUMN ...
https://dev.mysql.com/doc/refman/5.7/en/full-table.html
If a table-full error occurs, it may be that the disk is full or that the table has reached its maximum size. The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/spatial-relation-functions-object-shapes.html
Their intersection results in a geometry that has a dimension that is one less than the maximum dimension of the two given geometries. For example, it returns 0 if the first argument is a Polygon or MultiPolygon and/or the second argument is a Point ... The OpenGIS specification defines the following functions to test the relationship between two geometry values g1 and g2, using precise object ...
https://dev.mysql.com/doc/refman/5.7/en/event-scheduler-thread-states.html
These states occur for the Event Scheduler thread, threads that are created to execute scheduled events, or threads that terminate the scheduler. Clearing The scheduler thread or a thread that was executing an event is terminating and is about to ...Waiting for next activation The scheduler has a nonempty event queue but the next activation is in the ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-columns-range.html
RANGE COLUMNS partitioning columns are not restricted to integer columns; string, DATE and DATETIME columns can also be used as partitioning columns. In the syntax just shown, column_list is a list of one or more columns (sometimes called a ...
https://dev.mysql.com/doc/refman/5.7/en/condition-handling.html
Conditions may arise during stored program execution that require special handling, such as exiting the current program block or continuing execution. Handlers can be defined for general conditions such as warnings or exceptions, or for specific ...
https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html
The following discussion demonstrates functional dependence, the error message MySQL produces when functional dependence is absent, and ways of causing MySQL to accept a query in the absence of functional dependence. SQL-92 and earlier does not ...
https://dev.mysql.com/doc/refman/5.7/en/select-into.html
INTO statements that occur as part of events executed by the Event Scheduler, diagnostics messages (not only errors, but also warnings) are written to the error log, and, on Windows, to the application event log. If the query returns no rows, a ...
https://dev.mysql.com/doc/refman/5.7/en/windows-install-archive.html
Users who are installing from the noinstall package can use the instructions in this section to manually install MySQL.