Search

Download this Manual
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


Displaying 361 to 370 of 628 total results
https://dev.mysql.com/doc/refman/5.7/en/cannot-initialize-character-set.html
The character set is a simple character set that is not compiled into mysqld, and the character set definition files are not in the place where the client expects to find them. You might see an error like this if you have character set problems: ...
https://dev.mysql.com/doc/refman/5.7/en/cast-functions.html
Table 12.15 Cast Functions and Operators Name Description BINARY Cast a string to a binary string CAST() Cast a value as a certain type CONVERT() Cast a value as a certain type Cast functions and operators enable conversion of values from one data ...
https://dev.mysql.com/doc/refman/5.7/en/change-master-to.html
After loading the snapshot into the replica to synchronize it with the source, you can run CHANGE MASTER TO MASTER_LOG_FILE='log_name', MASTER_LOG_POS=log_pos on the replica to specify the coordinates at which the replica should begin reading the ...
https://dev.mysql.com/doc/refman/5.7/en/charset-cp932.html
Because MySQL supports character set conversion, it is important to separate IANA Shift_JIS and cp932 into two different character sets because they provide different conversion rules. Why is cp932 needed? In MySQL, the sjis character set ...
https://dev.mysql.com/doc/refman/5.7/en/charset-errors.html
This section describes how the MySQL server uses character sets for constructing error messages. For information about the language of error messages (rather than the character set), see Section 10.12, “Setting the Error Message Language”. For ...
https://dev.mysql.com/doc/refman/5.7/en/charset-metadata.html
INSERT INTO t1 (latin1_column) SELECT USER(); This works because the contents of USER() are automatically converted to latin1 before the assignment. Metadata is “the data about the data.” Anything that describes the database—as opposed to ...
https://dev.mysql.com/doc/refman/5.7/en/charset-unicode.html
Most European and Middle East script letters fit into a 2-byte sequence: extended Latin letters (with tilde, macron, acute, grave and other accents), Cyrillic, Greek, Armenian, Hebrew, Arabic, Syriac, and others. The Unicode Standard includes ...
https://dev.mysql.com/doc/refman/5.7/en/cleartext-pluggable-authentication.html
A client-side authentication plugin is available that enables clients to send passwords to the server as cleartext, without hashing or encryption. Table 6.12 Plugin and Library Names for Cleartext Authentication Plugin or File Plugin or File Name ...
https://dev.mysql.com/doc/refman/5.7/en/column-indexes.html
Take this into account when specifying a prefix length for a nonbinary string column that uses a multibyte character set. The most common type of index involves a single column, storing copies of the values from that column in a data structure, ...
https://dev.mysql.com/doc/refman/5.7/en/communication-errors.html
If these kinds of things happen, it might indicate that someone is trying to break into your server! If the general query log is enabled, messages for these types of problems are logged to it. If connection problems occur such as communication ...
Displaying 361 to 370 of 628 total results