Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 1421 to 1430 of 2046 total results
https://dev.mysql.com/doc/refman/8.0/en/charset-asian-sets.html
For answers to some common questions and problems relating support for Asian character sets in MySQL, see Section A.11, “MySQL 8.0 FAQ: MySQL Chinese, Japanese, and Korean Character Sets”. The Asian character sets that we support include ...
https://dev.mysql.com/doc/refman/8.0/en/charset-ce-sets.html
MySQL provides some support for character sets used in the Czech Republic, Slovakia, Hungary, Romania, Slovenia, Croatia, Poland, and Serbia (Latin).
https://dev.mysql.com/doc/refman/8.0/en/charset-metadata.html
To satisfy both requirements, MySQL stores metadata in a Unicode character set, namely UTF-8. Metadata is “the data about the data.” Anything that describes the database—as opposed to being the contents of the database—is metadata. Thus ...
https://dev.mysql.com/doc/refman/8.0/en/charset-repertoire.html
The repertoire of a character set is the collection of characters in the set. String expressions have a repertoire attribute, which can have two values: ASCII: The expression can contain only ASCII characters; that is, characters in the Unicode ...
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin-stop.html
On the recipient MySQL server instance, you can retrieve the processlist identifier (PID) for a cloning operation from the PID column of the clone_status table. These methods of obtaining the PID information can be used on the donor or recipient ...
https://dev.mysql.com/doc/refman/8.0/en/collation-diagnostics.html
The MySQL server generates diagnostics when it finds problems while parsing the Index.xml file: Unknown tags are written to the error log. For example, the following message results if a collation definition contains a <aaa> tag: [Warning] Buffered ...
https://dev.mysql.com/doc/refman/8.0/en/create-temporary-table.html
LIKE to create an empty table based on the definition of a table that resides in the mysql tablespace, InnoDB system tablespace (innodb_system), or a general tablespace. You can use the TEMPORARY keyword when creating a table. A TEMPORARY table is ...
https://dev.mysql.com/doc/refman/8.0/en/data-size.html
MySQL supports many different storage engines (table types) and row formats. MySQL has many specialized types that save disk space and memory. If it is very likely that a long string column has a unique prefix on the first number of characters, it ... Design your tables to minimize their space on the ...
https://dev.mysql.com/doc/refman/8.0/en/drop-database.html
The DROP DATABASE statement removes from the given database directory those files and directories that MySQL itself may create during normal operation. This includes all files with the extensions shown in the following list: .BAK .DAT .HSH .MRG .MYD ... DROP {DATABASE | SCHEMA} [IF EXISTS] db_name DROP DATABASE drops all tables in the database and deletes the ...
https://dev.mysql.com/doc/refman/8.0/en/drop-procedure.html
See Section 27.2.2, “Stored Routines and MySQL Privileges”.) In addition, if the definer of the routine has the SYSTEM_USER privilege, the user dropping it must also have this privilege. DROP {PROCEDURE | FUNCTION} [IF EXISTS] sp_name These ...
Displaying 1421 to 1430 of 2046 total results