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/successful-authentication.html
Note Many authentication methods, including the native mysql password methods, consists of a single challenge--response exchange. In that case no extra packets are exchanged in step 4 and server sends OK_Packet directly after receiving Handshake ...
https://dev.mysql.com/doc/internals/en/threads.html
Threads in mysqld can run at four different priorities, defined in mysql_priv.h: #define INTERRUPT_PRIOR 10 #define CONNECT_PRIOR 9 #define WAIT_PRIOR 8 #define QUERY_PRIOR 6 Some threads try to set their priority; others don't. These calls are ...
https://dev.mysql.com/doc/internals/en/transactions-life-cycle.html
When a new connection is established, thd->transaction members are initialized to an empty state. If a statement uses any tables, all affected engines are registered in the statement engine list. In non-autocommit mode, the same engines are ...
https://dev.mysql.com/doc/internals/en/vc-plus-plus-files-directory.html
VC++Files includes a complete environment to compile MySQL with the VC++ compiler. To use it, just copy the files on this directory; the make_win_src_distribution.sh script uses these files to create a Windows source installation. This directory has ...
https://dev.mysql.com/doc/internals/en/x-protocol-lifecycle-lifecycle.html
On a higher level they build a sequence of Messages with a initial and final Message. Topics in this section: Connection Session Stages of Session Setup Authentication Pipelining Max Message Length Extensions The following list describes some of ...
https://dev.mysql.com/doc/internals/en/x-protocol-notices-notices.html
:= 1, but can also be done via: stored procedures triggers connection setup @@character_set_server Note Part of this functionality is provided in the MySQL C/S Protocol via WL#4797 SESSION_SYSVAR_TRACKER and the initial handshake packet. Global ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-change-path-proc.html
To change paths for MySQL server Identify the MySQL server to change and enable the Advanced Options link as follows: Navigate to the Select Products page by doing one of the following: If this is an initial setup of MySQL Installer, select the ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow-server.html
MySQL Installer performs the initial configuration of the MySQL server. For example: It creates the configuration file (my.ini) that is used to configure the MySQL server. The values written to this file are influenced by choices you make during ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
com.mysql.clusterj.ClusterJFatalUserException If an exception is detected during initialization of a persistent interface, for example annotating a column that doesn't exist in the mapped table, it is reported as a user exception. Applications can ...