Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
This example illustrates the key differences between the old-style NdbRecAttr API and the newer approach using NdbRecord when performing some common tasks in an NDB API application. The source code can be found can be found in the file ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-13.html
For a complete description, see Connecting to a Single MySQL Server Using Connection Pooling. Connections to the server made using X DevAPI or X DevAPI for C continue to use the connection character set determined by the server. For X DevAPI for C, ...(Bug #28204677) Packaging Notes Connector/C++ 32-bit MSI packages are now available for ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-handleractivity-category.html
If this value is high, it is a good indication that your tables are properly indexed for your queries. External Lock (Delta) The server increments this variable for each call to its external_lock() function, which generally occurs at the beginning ... Lists the Handler Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-delete-inventory.html
To retrieve information on whether the specific asset can be deleted, retrieved as a JSON array, execute a curl request with the following syntax: curl -k -v --user username:password "https://servername:port/v4/inventory/AssetType/AssetID/deletable ...Retrieving Deletable Asset Information The curl utility can be used to request information directly from MySQL Enterprise Service Manager's inventory of monitored ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-download.html
Select MySQL Server 8.0.xx from list to add it to your shopping cart, where xx is the latest MySQL 8.0 Server release. Deselect all MySQL Enterprise Edition packages except for MySQL Commercial Server 8.0.xx TAR for Generic Linux x86 (64bit). To ...
https://dev.mysql.com/doc/refman/8.4/en/making-trace-files.html
If the mysqld server does not start or it crashes easily, you can try to create a trace file to find the problem. (On Windows, the debugging server is named mysqld-debug rather than mysqld.) Start the mysqld server with a trace log in ...To do ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-event-reports.html
By default, the cluster log is saved to a file named ndb_node_id_cluster.log, (where node_id is the node ID of the management server) in the management server's DataDir. See Section 25.4.3.5, “Defining an NDB Cluster Management Server”, for more ... In this section, we discuss the types of event logs provided by NDB Cluster, and the types of events that are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-backup-file.html
These files are found in the data node's backup directory under the subdirectory BACKUP-#, where # is the sequence number for the backup. Like ndb_print_schema_file and ndb_print_sys_file (and unlike most of the other NDB utilities that are intended ...Usage ndb_print_backup_file [-P password] file_name file_name is the name of a cluster backup ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-size-pl.html
However, it does need to access the MySQL server on which the database to be tested resides. Usage perl ndb_size.pl [--database={db_name|ALL}] [--hostname=host[:port]] [--socket=socket] \ [--user=user] [--password=password] \ [--help|-h] ... This is ...Unlike the other utilities discussed in this section, it does not require access to an NDB Cluster (in fact, there is no reason for it to do ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
Replication of an NDB Cluster whose file system is encrypted to a standalone MySQL server using InnoDB tables which are not encrypted. Replication of an NDB Cluster with an unencrypted file system to a standalone MySQL server using InnoDB tables ...