Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-dual.html
This example shown in this section illustrates the handling of log events using the MGM API on multiple clusters in a single application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-foreign-keys-tab.html
The Foreign Keys subtab is organized in much the same fashion as the Indexes subtab and adding or editing a foreign key is similar to adding or editing an index. The following figure shows an example of the Foreign Keys tab. Figure 8.16 The Foreign ...
https://dev.mysql.com/doc/internals/en/binary-log-structure-and-contents.html
The binary log is a set of files that contain information about data modifications made to a MySQL server instance. The log consists of a set of binary log files, plus an index file. Each log file contains a 4-byte magic number, followed by a set ...
https://dev.mysql.com/doc/internals/en/insufficient-client-capabilities.html
Server will reject connection with ERR_Packet if it discovers that client capabilities are not sufficient to complete authenticaiton. This can happen in the following situations: A client which does not support pluggable authentication ...
https://dev.mysql.com/doc/internals/en/transactions-historical-note.html
"Statement transaction" is a non-standard term that comes from the days when MySQL supported the BerkeleyDB storage engine. First, observe that in BerkeleyDB the "auto-commit" mode causes automatic commit of operations that are atomic from the ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-macos.html
See the FreeTDS setup notes for Linux, Section 10.5.2.2, “Linux”.
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
The following is a list of tips and information that is helpful for reporting a MySQL Workbench bug. A useful bug report includes: The exact steps taken to repeat the bug, ideally as a video if the bug is tricky to repeat. The error messages, which ...
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/apis-php.html
This chapter describes the PHP extensions and interfaces that can be used with MySQL. For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-generic-linux-notes.html
This section describes aspects of building Connector/C++ applications that are specific to Linux. For general application-building information, see Section 2.5.1, “Building Connector/C++ Applications: General Considerations”. Note Connector/C++ ...