Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-hwinfo.html
The hwinfo table provides information about the hardware on which a given data node executes.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-pgman-time-track-stats.html
This table provides information regarding the latency of disk operations for NDB Cluster Disk Data tablespaces. The size of the page read to or written from a Disk Data tablespace is always 32 KB. Log wait latency (log_waits column) is the length ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-resources.html
This table provides information about data node resource availability and usage. The resources table contains the following columns: node_id The unique node ID of this data node. Notes The resource_name can be any one of the names shown in the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-threads.html
The threads table provides information about threads running in the NDB kernel. You can also set both main and rep to 0, in which case the name of the resulting thread is shown in this table as main_rep_recv, and its description is main, rep and ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-list-tables.html
MYSQL_RES * mysql_list_tables(MYSQL *mysql, const char *wild) Description Returns a result set consisting of table names in the current database that match the simple regular expression specified by the wild parameter. wild may contain the wildcard ...CR_SERVER_LOST The connection to the server was lost during the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
On Windows, applications can be built in different build configurations, which determine the type of the C++ runtime library that is used by the final executable: An application can be built in 32-bit or 64-bit mode. To build Connector/C++ ... This ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
For alternative connection styles, see Connecting to the Server Using URI-Like Strings or Key-Value Pairs. SslCert , Ssl-Cert Default: null The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. SslKey , ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-scaffold-example.html
The resulting entities are created and mapped to the tables in the specified database. For an overview of the requirements to use EF Core with MySQL, see Table 4.3, “Connector/NET Versions and Entity Framework Core Support”). Additional ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
The applications do not need to hardcode table and column names, complicated queries, and so on. When security is paramount, stored procedures keep applications from directly manipulating tables, or even knowing details such as table and column ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
For alternative connection styles, see Connecting to the Server Using URI-Like Strings or Key-Value Pairs. SslCert , Ssl-Cert Default: null The name of the SSL certificate file in PEM format to use for establishing an encrypted connection. SslKey , ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...