Search Results
                    
                    
            https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-get-character-set-info.html
                                 Syntax: info = ccnx.get_character_set_info() Returns information about the default character set for the current MySQL session. The returned dictionary has the keys number, name, csname, comment, dir, mbminlen, and mbmaxlen. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-baltic-sets.html
                                 The Baltic character sets cover Estonian, Latvian, and Lithuanian languages. cp1257 (Windows Baltic) collations: cp1257_bin cp1257_general_ci (default) cp1257_lithuanian_ci latin7 (ISO 8859-13 Baltic) collations: latin7_bin latin7_estonian_cs ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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.4/en/charset-cyrillic-sets.html
                                 The Cyrillic character sets and collations are for use with Belarusian, Bulgarian, Russian, Ukrainian, and Serbian (Cyrillic) languages. cp1251 (Windows Cyrillic) collations: cp1251_bin cp1251_bulgarian_ci cp1251_general_ci (default) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-se-me-sets.html
                                 South European and Middle Eastern character sets supported by MySQL include Armenian, Arabic, Georgian, Greek, Hebrew, and Turkish. armscii8 (ARMSCII-8 Armenian) collations: armscii8_bin armscii8_general_ci (default) cp1256 (Windows Arabic) ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-utf16le.html
                                 This is the same as utf16 but is little-endian rather than big-endian. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/string-functions.html
                                All international alphabetic characters outside the A-Z range are treated as vowels. For functions that operate on string positions, the first position is numbered 1. For functions that take length arguments, noninteger arguments are rounded to the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
                                mysqldump issues DML instructions for the system tables which use the non-transactional MyISAM storage engine, and this combination is not permitted when GTIDs are enabled. Internationalization Options The following options change how the mysqldump ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/load-data.html
                                The file can be read from the server host or the client host, depending on whether the LOCAL modifier is given. INTO Statement”.) To write data from a table to a file, use SELECT ... To read the file back into a table, use LOAD DATA. The syntax of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/glossary.html
                                ANSI In ODBC, an alternative method of supporting character sets and other internationalization aspects. InnoDB does not use the beta designation, preferring an early adopter phase that can extend over several point releases, leading to a GA release. compression failure Not actually an error, rather an expensive operation that can occur when using compression in combination with DML ...