Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. MySqlCommand: Represents an SQL statement to execute against a MySQL database. MySqlException: The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming.html
MySQL Connector/NET comprises several classes that are used to connect to the database, execute queries and statements, and manage query results. MySqlCommand: Represents an SQL statement to execute against a MySQL database. MySqlException: The ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-connections.html
Max Used Graphs the maximum number of connections in use simultaneously since the monitored instance started. The Connection Statistics page displays the connections and network statistics for the monitored MySQL instance. Table 5.1 Connections ...
https://dev.mysql.com/doc/workbench/en/wb-layers-palette.html
This palette shows all of the layers and figures on an EER diagram. If a layer or figure is currently selected, an X appears beside the name of the object and its properties are displayed in the Properties palette. This is useful when determining ...
https://dev.mysql.com/doc/workbench/en/wb-modifying-layer.html
Choosing "Edit" allows you to edit the layer name and layer background color, and the "Properties Editor" offers additional edit options. When you select a layer on the EER Diagram canvas, its properties are displayed in the Properties palette. The ...
https://dev.mysql.com/doc/internals/en/limitations.html
While the overall exchange of data is free-form there are limitations in the initial handshake of the amount of data that can be exchanged: the auth_plugin_data field in Initial Handshake Packet can only carry 255 bytes max (see ...
https://dev.mysql.com/doc/internals/en/logging-transactions.html
It is not always possible to log correctly in statement format when both transactional and nontransactional tables are used in the same transaction. Statements that do an implicit commit (that is, most but not all DDL, and some utility commands) are ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advanced-inventory-using.html
The Inventory page enables you to view the details of all assets stored in the repository, and to delete obsolete or unused assets. Deleting Assets MySQL Enterprise Monitor maintains a record, in the Inventory schema, of all assets detected. As a ...
https://dev.mysql.com/doc/ndbapi/en/overview-using-transactions.html
The operation can be of two different types—Commit or NoCommit: If the operation is of type NoCommit, then the application program requests that the operation portion of a transaction be executed, but without actually committing the transaction.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-invalid.html
The default behavior of Connector/NET is to return a .NET DateTime object for valid date values, and return an error for invalid dates. This can cause errors when trying to convert a MySQLDateTime to a DateTime if you do not check for NULL first.