Search



Search Results
Displaying 4201 to 4210 of 4733 total results
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-basic.html
This example shows the basics of handling event logging using the MGM API. The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/mgmapi_logevent/main.cpp.
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-windows.html
Choose the newest file from http://www.postgresql.org/ftp/odbc/versions/msi/, which will be at the bottom of the downloads page. This will install psqlODBC on your system and allow you to migrate from Postgresql to MySQL using MySQL Workbench.
https://dev.mysql.com/doc/workbench/en/wb-migration.html
MySQL Workbench provides the ability to migrate ODBC-compliant databases to MySQL. Convert tables and copy data, but will not convert stored procedures, views, or triggers. Setup may be the most challenging aspect of using the MySQL Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-cmd-query.html
Syntax: cnx.cmd_query(statement) This method sends the given statement to the MySQL server and returns a result. The returned dictionary contains information depending on what kind of query was executed. If the query is a SELECT statement, the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-cmd-query.html
Syntax: cnx.cmd_query(statement) This method sends the given statement to the MySQL server and returns a result. The returned dictionary contains information depending on what kind of query was executed. If the query is a SELECT statement, the ...
https://dev.mysql.com/doc/internals/en/binary-log.html
This chapter describes the MySQL binary log, which contains information about data modifications made to a MySQL server instance. Most of the information here applies equally to the relay log used on replication slave servers because a relay log ...
https://dev.mysql.com/doc/internals/en/compiling-for-different-hardware-achitectures.html
GCC (on Linux) or Sun Studio Use compile option -m32 (force 32-bit build), -m64 (force 64-bit build) Windows, Visual Studio generator Use cmake path_to_source_dir -G "Visual Studio 10 2010 Win64" to compile 64-bit (x64) Mac OS X Use the ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-capabilities-category.html
Lists the Capabilities configuration metrics and provides a brief description of each. Table 7.3 Capabilities Configuration Metrics NameDescriptionCompress Enabled True if the zlib compression library is available to the server, false if not. Crypt ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connector-node-js-notes.html
MySQL Connector/Node.js is built with ECMAScript 6 Promise objects to provide an asynchronous API. All network operations return a Promise, which resolves when the server responds.
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-collections.html
The following section explains how to work with Collections, how to use CRUD operations on Collections and return Documents.
Displaying 4201 to 4210 of 4733 total results