Search Results
                    
                    
            MySQL 8.4 Reference Manual :: A.11 MySQL 8.4 FAQ: MySQL Chinese, Japanese, and Korean Character Sets
                https://dev.mysql.com/doc/refman/8.4/en/faqs-cjk.html
                                 This set of Frequently Asked Questions derives from the experience of MySQL's Support and Development groups in handling many inquiries about CJK (Chinese-Japanese-Korean) issues. What problems should I be aware of when working with the Big5 ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
                                 Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise Firewall”. This section describes how to configure MySQL Enterprise Firewall using SQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/ibd2sdi.html
                                 ibd2sdi is a utility for extracting serialized dictionary information (SDI) from InnoDB tablespace files. ibd2sdi can be run on file-per-table tablespace files (*.ibd files), general tablespace files (*.ibd files), system tablespace files (ibdata* ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/source-installation.html
                                 Building MySQL from the source code enables you to customize build parameters, compiler optimizations, and installation location. For a list of systems on which MySQL is known to run, see ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/porting.html
                                 Before attempting to port MySQL to other operating systems, check the list of currently supported operating systems first. Note If you create a new port of MySQL, you are free to copy and distribute it under the GPL license, but it does not make ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html
                                General Information Microsoft Windows is required because Microsoft Access ODBC drivers are only available on Windows. As for the destination MySQL server, you can have it in the same local machine or elsewhere in your network. Preparing a Microsoft ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
                                 The following table shows the mapping between Microsoft SQL Server (source) data types and MySQL data types. Table 10.2 Type mapping Source Type MySQL Type Comment INT INT TINYINT TINYINT UNSIGNED flag set in MySQL. SMALLINT SMALLINT BIGINT BIGINT ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                 Use the Columns subtab to display and edit all the column information for a table. You can also use the Columns subtab to change column properties such as name, data type, and default value. Figure 8.14 The Columns Tab Right-click a row under the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
                                 Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-nongac.html
                                 When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...