Search Results
https://dev.mysql.com/doc/internals/en/ssl-handshake.html
server sending Initial Handshake Packet client replying with SSL Connection Request Packet the ususal SSL exchange leading to establishing SSL connection client sends Handshake Response Packet Image description .
https://dev.mysql.com/doc/internals/en/stability-checks-for-hostname-problems.html
sudo hostname <other hostname> ./mysql-test-run.pl --mem <name of test> Good values for <other hostname> to check are "0", "bbb", "mmm", "zzz".
https://dev.mysql.com/doc/internals/en/stability-checks-for-unexpected-problems.html
Ask a colleague to run your test or try another testing box (preferably one with a different operating system).
https://dev.mysql.com/doc/internals/en/tools-directory.html
The only file is: mysqlmanager.c --- A "server management daemon" by Sasha Pachev. This is a tool under development and is not yet useful.
https://dev.mysql.com/doc/internals/en/x-protocol-comparison-comparison-to-mysql-c-s-protocol.html
Feature MySQL C/S protocol X Protocol plaintext auth ✓ ✓ via SASL extentisible auth ✓ (5.6) ✓ via SASL TLS extension ✓ ✓ max message size >= 1Gb ✓ ✓ compression extension ✓ ✕ resettable sessions COM_RESET_CONNECTION Reset ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation.html
This package provides annotations for domain object model interfaces mapped to database tables.
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-internal-temporary.html
The following list enumerates all NDB errors of type IT (Internal temporary).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-unknown-result-error.html
The following list enumerates all NDB errors of type UR (Unknown result error). NDB error code 4008 MySQL error DMEC Error message Receive from NDB failed NDB error code 4009 MySQL error HA_ERR_NO_CONNECTION Error message Cluster Failure NDB error ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic.html
The next few sections contain the sources for a set of C++ programming examples demonstrating the basics of connecting to an NDB Cluster, inserting data into a table, reading data from a table, and deleting data from a table.
https://dev.mysql.com/doc/ndbapi/en/ndb-start-connecting.html
Abstract This section covers connecting an NDB API application to an NDB Cluster.