Search Results
                    
                    
            https://dev.mysql.com/doc/apis-php/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/connector-net/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/connector-net/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/connector-odbc/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 ...
                                            
                https://dev.mysql.com/doc/internals/en/cleaning-up-with-index-end.html
                                 The [custom-engine.html#custom-engine-api-reference-index_end index_end()] method is a counterpart to the index_init() method. The purpose of the index_end() method is to clean up any preparations made by the index_init() method. If a storage ...
                                            
                https://dev.mysql.com/doc/internals/en/client-server-protocol.html
                                For current information, please refer to the Client/Server Protocol section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html. 
                                            
                https://dev.mysql.com/doc/internals/en/closing-a-table.html
                                 When the MySQL server is finished with a table, it will call the [custom-engine.html#custom-engine-api-reference-close close()] method to close file pointers and release any other resources. 
                                            
                https://dev.mysql.com/doc/internals/en/cmake-installation.html
                                 In the following instructions, the CMake download page is http://www.cmake.org/cmake/resources/software.html. Mac OS X To download and install the latest distribution from the CMake download page, download the .dmg image and open it. Alternatively, ...
                                            
                https://dev.mysql.com/doc/internals/en/coding-guidelines.html
                                 The content formerly located in this chapter is now maintained in the Coding Guidelines section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html. 
                                            
                https://dev.mysql.com/doc/internals/en/good-tests.html
                                 There are a lot of strict rules and rules of thumb which may increase the quality of tests written for the tool pair mysqltest/mysqltest-run.pl (MTR). See the Writing Test Cases section of the MySQL Server Doxygen documentation, available at ...