Search Results
https://dev.mysql.com/doc/refman/8.4/en/making-windows-dumps.html
Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. Important The .exe and .pdb files must be an exact match (both version number and MySQL server edition); otherwise, or ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-management.html
This is covered in Section 25.4, “Configuration of NDB Cluster”, and Section 25.5, “NDB Cluster Programs”. NDB Cluster also supports encrypted backups which can be read by many NDB command-line programs including ndb_restore, ndbxfrm, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-tzinfo-to-sql.html
The mysql_tzinfo_to_sql program loads the time zone tables in the mysql database. If your system does not have a zoneinfo database, you can use the downloadable package described in Section 7.1.15, “MySQL Server Time Zone Support”. It is used ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-interface-usage.html
The following simple example program demonstrates the binary log C API functions. Program notes: mysql is assumed to be a valid connection handler. The initial SET statement sets the @source_binlog_checksum user-defined variable that the server ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. (Bug #37924338) Bugs ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
Spring is not only a system for configuring components, but also includes support for aspect oriented programming (AOP). For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map ... The ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database sample Import the Document Store Sample A MySQL script is provided with data and a JSON collection. Connect to the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-document-store.html
Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database sample Import the Document Store Sample A MySQL script is provided with data and a JSON collection. Connect to the ...
https://dev.mysql.com/doc/internals/en/libmysqld-directory.html
The product of libmysqld is not a client/server affair, but a library. The program files on this directory are: libmysqld.c --- The called side, compare the mysqld.exe source lib_sql.c --- Emulate the vio directory's communication buffer .
https://dev.mysql.com/doc/internals/en/replication-source-code-files.html
replication.h Observer class declarations, which together constitute the binary log interface. Files in the client directory: File Description mysqlbinlog.cc The mysqlbinlog program. semisync_master_plugin.cc The callbacks invoked by the server to ... Status of this section: up to date 2009-12-16 Files in the sql directory: File Description slave.h/.cc Contains the slave IO and SQL ...