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/character-arrays.html
For a character set named MYSYS, the file is named MYSET.xml. For a complex character set as implemented in a ctype-MYSET.c file in the strings directory, there are corresponding arrays: ctype_MYSET[], to_lower_MYSET[], and so forth. See the ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-security.html
Explicitly specify which version to use, either in mysql.cnf (or mysql.ini) or by using SET PERSIST, for example: --tls-version=TLSv12. Where can I find documentation that addresses security issues for MySQL? A.9.2. Does MySQL include support for ...
https://dev.mysql.com/doc/refman/5.7/en/replication-rbr-safe-unsafe.html
These functions include FOUND_ROWS(), GET_LOCK(), IS_FREE_LOCK(), IS_USED_LOCK(), LOAD_FILE(), MASTER_POS_WAIT(), PASSWORD(), RAND(), RELEASE_LOCK(), ROW_COUNT(), SESSION_USER(), SLEEP(), SYSDATE(), SYSTEM_USER(), USER(), UUID(), and UUID_SHORT().
https://dev.mysql.com/doc/refman/5.7/en/programs-overview.html
Several programs perform setup operations during MySQL installation or upgrading: comp_err This program is used during the MySQL build/installation process. mysql_install_db This program initializes the MySQL data directory, creates the mysql ...
https://dev.mysql.com/doc/refman/5.7/en/create-tablespace.html
When setting EXTENT_SIZE or INITIAL_SIZE, you may optionally follow the number with a one-letter abbreviation for an order of magnitude, similar to those used in my.cnf. If the directory specified does not exist, NDB attempts to create it; the ...
https://dev.mysql.com/doc/refman/5.7/en/change-replication-filter.html
Note Replication filters cannot be set on a MySQL server instance that is configured for Group Replication, because filtering transactions on some servers would make the group unable to reach agreement on a consistent state. REPLICATE_REWRITE_DB: ...
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html
A password for the superuser is set and stored in the error log file. For more information on the postinstallation procedures, see Section 2.9, “Postinstallation Setup and Testing”. Before You Start As a popular, open-source software, MySQL, in ...Follow these steps: Go to the Download MySQL Yum Repository page (https://dev.mysql.com/downloads/repo/yum/) in the MySQL Developer ...
https://dev.mysql.com/doc/refman/5.7/en/mysqldump-delimited-text.html
These files therefore are owned by the user who executes mysqldump. The following command dumps the contents of the db1 database to files in the /tmp database: $> mysqldump --tab=/tmp db1 The .txt files containing table data are written by the ...
https://dev.mysql.com/doc/refman/5.7/en/handler-scope.html
END block is in scope only for the SQL statements following the handler declarations in the block. In the following example, handlers H1 and H2 are in scope for conditions raised by statements stmt1 and stmt2. But neither H1 nor H2 are in scope for ... A stored program may include handlers to be invoked when certain conditions occur within the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-drop-index.html
--database, -d Command-Line Format --database=name Type String Default Value TEST_DB Name of the database in which the table resides. --ndb-connectstring Command-Line Format --ndb-connectstring=connection_string Type String Default Value [none] Set ...It is recommended that you use this utility only as an example for writing NDB API applications—see the Warning later in this section for ...