Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class methods enable you to perform the following database operations: Query a database Insert, update, and delete data Return a single value Command-based ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
To build custom listeners that work with the MySQL Connector/NET Trace Source, it is necessary to understand the key methods used, and the event data formats used. The main method involved in passing trace messages is the TraceSource.TraceEvent ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
Total rows=127, skipped rows=0, size (bytes)=4102 mysql Information: 6 : 1: Query Closed mysql Information: 3 : 1: Query Opened: SET character_set_results=NULL mysql Information: 4 : 1: Resultset Opened: field(s) = 0, affected rows = 0, inserted id ... This section describes how to set up your application to view MySQL trace ...
https://dev.mysql.com/doc/internals/en/event-content-writing-conventions.html
Event contents are written using these conventions: Numbers are written in little-endian format (least significant byte first), unless otherwise indicated. Values that represent positions or lengths are given in bytes and should be considered ...
https://dev.mysql.com/doc/internals/en/full-text-search.html
MySQL uses Ranking with Vector Spaces for ordinary full-text queries. Rank, also known as relevance rank, also known as relevance measure, is a number that tells us how good a match is. Vector Space, which MySQL sometimes calls "natural language", ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-schema-standard-rules.html
The following are the MySQL Schema Standard compliance rules: Server-Enforced Data Integrity Checking Disabled Server-Enforced Data Integrity Checking Not Strict Server-Enforced Data Integrity Checking Disabled Description SQL Modes define what SQL ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-best-hybrid-ref.html
This combination of permissions gives them complete access to all monitored assets. Users are assigned to roles with varying access to the groups. Development is the group of MySQL instances where the product is developed and tested. Production is ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-agent-rights.html
Creating the Admin User If you do not want to supply the root user information to the installer, create a user manually within your MySQL server and provide these credentials as the agent user/password combination during installation. These warnings ... MySQL Enterprise Monitor Agent requires a user configured within each MySQL instance that is being monitored with suitable privileges to collect information about the server, including variable names, replication, and storage engine status ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-uninstaller-generic.html
This section describes how to uninstall MySQL Enterprise Service Manager and MySQL Enterprise Monitor Agent as an unattended process. Both MySQL Enterprise Service Manager and MySQL Enterprise Monitor Agent have identical uninstallation options. To ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/schema-advisor-ref.html
MySQL's mechanism for doing this is the AUTO_INCREMENT column attribute, which enables you to generate sequential numbers automatically. However, the range of numbers that can be generated is limited by the underlying data type. For example, the ...