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/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/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/constraint-enum.html
An error occurs for values that do not satisfy these conditions: An ENUM value must be one of those listed in the column definition, or the internal numeric equivalent thereof. The value cannot be the error value (that is, 0 or the empty string).
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html
A password for the superuser is set and stored in the error log file. If something goes wrong during installation, you might find debug information in the error log file /var/log/mysqld.log. See Section B.3.2.16, “File Not Found and Similar ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-logging-management-commands.html
Table 21.48 Cluster log categories, with default threshold setting Category Default threshold (All data nodes) STARTUP 7 SHUTDOWN 7 STATISTICS 7 CHECKPOINT 7 NODERESTART 7 CONNECTION 8 ERROR 15 INFO 7 BACKUP 15 CONGESTION 7 SCHEMA 7 The STATISTICS ... ndb_mgm supports a number of management commands related to the cluster log and node ...
https://dev.mysql.com/doc/refman/5.7/en/ansi-diff-update.html
The second assignment in the following statement sets col2 to the current (updated) col1 value, not the original col1 value. If you access a column from the table to be updated in an expression, UPDATE uses the current value of the column. The ...
https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html
If you really want rows sorted by the MySQL rule and secondarily by code point value, it is easy: ORDER BY s1 COLLATE utf32_unicode_ci, s1 COLLATE utf32_bin For supplementary characters based on UCA versions higher than 4.0.0 (for example, ... This ...
https://dev.mysql.com/doc/refman/5.7/en/connection-access.html
+----------------+----------+- The first row matches a connection by any user from h1.example.net, whereas the second row matches a connection by jeffrey from any host. When you attempt to connect to a MySQL server, the server accepts or rejects ...