Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-requirements.html
                                 MySQL Workbench is available on a number of operating systems and platforms. For information about those platforms that are officially supported, see https://www.mysql.com/support/supportedplatforms/workbench.html on the MySQL website. General ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html
                                 When an SQL query tab is selected, the most important items on the main menu bar are the Query and Edit menus. SQL Query Menu The Query menu features the following items: Execute (All or Selection): Executes all statements in the SQL Query area, or ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
                                Character Set Changes MySQL Workbench now uses utf8mb4 as the connection and client character set, replacing utf8mb3.  This section summarizes how the MySQL Workbench 8.0 release series progressed with each minor release. New requirements for the ...
                                            
                https://dev.mysql.com/doc/workbench/en/workbench-faq.html
                                 FAQ Categories Basic Usage MySQL Workbench Functionality Data Management General Basic Usage A.1. What is a MySQL connection? Why might I need to create more than one? A.2. How do I create a MySQL database (schema) in MySQL Workbench? A.4. Is there ...
                                            
                https://dev.mysql.com/doc/connectors/en/apis-php-introduction.html
                                 PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can access most common databases, including MySQL. PHP may be run as a separate ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
                                 Caution You need to install Connector/J from source only if you want to build a customized version of Connector/J or if you are interested in helping us test our new code. To just get MySQL Connector/J up and running on your system, install ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
                                 The following instructions are based on the instructions for Tomcat-5.x, available at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html which is current at the time this document was written. First, install the .jar file ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
                                DNS SRV records can be used in combination with connection pooling, in which case connections to hosts that are no longer in the current list of SRV records are removed from the pool when they become idle. In each key-value pair, the option name and ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
                                 This tutorial provides instructions to get you started using MySQL as a document store with MySQL Connector/NET. Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
                                Note On all non-Windows platforms except macOS, the driver is built against unixODBC and is expecting a 2-byte SQLWCHAR, not 4 bytes as iODBC is using.  This section explains where to download Connector/ODBC, and how to run the installer, copy the ...