Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
For example: // classic protocol example "server=10.10.10.10:3306,192.101.10.2:3305,localhost:3306;uid=test;password=xxxx" // X Protocol example mysqlx://test:test@[192.1.10.10:3305,127.0.0.1:3306] An updated failover approach selects the target for ...In each key-value pair, the option name and its corresponding value are joined by an equal ...
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
For example: // classic protocol example "server=10.10.10.10:3306,192.101.10.2:3305,localhost:3306;uid=test;password=xxxx" // X Protocol example mysqlx://test:test@[192.1.10.10:3305,127.0.0.1:3306] An updated failover approach selects the target for ...In each key-value pair, the option name and its corresponding value are joined by an equal ...
https://dev.mysql.com/doc/internals/en/innodb-field-contents.html
Helpful Notes About "Field Start Offsets": Notice that the sizes of the record's fields, in forward order, are: 6, 6, 7, 2, 2, 2. Reversing the order, the Field Start Offsets of the first record are: 19,17,15,13,0c,06. The Field Contents part of ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
NDB error code QRY_SCAN_ORDER_ALREADY_SET MySQL error DMEC Error message Index scan order was already set in query definition. The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-insufficient-space.html
The following list enumerates all NDB errors of type IS (Insufficient space).
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
Destructor The destructor for the Ndb class should be called in order to terminate an instance of Ndb. This means you must continue to call pollEvents() and nextEvent() in such cases until these methods return 0 and NULL, respectively in order for ... This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-replication-standard-rules.html
Note that the current implementation of multi-threading on the replica assumes that data and updates are partitioned on a per-database basis, and that updates within a given database occur in the same relative order as they do on the source server.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
However, in order to allow backward-compatibility with user tables that have been migrated from pre-4.1 systems, you can configure MySQL to accept logins for accounts that have password hashes created using the old, less-secure PASSWORD() function, ...Note MySQL Enterprise Firewall and MySQL Enterprise Audit Plug-in advisors are described in MySQL Enterprise Firewall and MySQL Enterprise Audit ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-report-table.html
From MySQL version 8.0.32 onwards, the heatwave_advisor_report table, is deprecated and replaced with the heatwave_autopilot_report table in the sys schema. When MySQL runs Advisor, it sends detailed output to the heatwave_advisor_report table in ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-exclude-table-columns.html
Before loading a table into MySQL HeatWave, exclude the columns with unsupported data types. For a list of data types that MySQL HeatWave supports, see Section 4.2.1, “Supported Data Types for MySQL HeatWave”. With MySQL version 8.2.0 or ...