Search



Search Results
Displaying 381 to 390 of 665 total results
https://dev.mysql.com/doc/connector-python/en/using-an-rpm-package.html
The mysql-community-client-plugins package is required for using robust authentication methods like caching_sha2_password, which is the default authentication method for MySQL 8.0 and later. $ rpm -i ... Connector/Python RPM packages (.rpm files) ...
https://dev.mysql.com/doc/connector-python/en/using-the-mysql-yum-repository.html
The mysql-community-client-plugins package is required for using robust authentication methods like caching_sha2_password, which is the default authentication method for MySQL 8.0 and later. Install it using the Yum repository $ sudo yum install ...
https://dev.mysql.com/doc/internals/en/com-change-user.html
COM_CHANGE_USER changes the user of the current connection and reset the connection state. and others It is followed by the same states as the initial handshake.
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Method used for authentication is tied to the user account and stored in the plugin column of mysql.user table. Up to MySQL 4.0 the MySQL protocol only supported the Old Password Authentication, in MySQL 4.1 the Secure Password Authentication ...
https://dev.mysql.com/doc/internals/en/packager-friendly-build-options.html
--Wl,--no-undefined cannot be used at the moment if plugins are built because plugins have direct dependency (use symbols) exported by MySQL server. MySQL source distribution contains sources for zlib (compression library), yaSSL (ssl library), ...
https://dev.mysql.com/doc/internals/en/replication-not-guaranteed.html
There are some exceptions to (P-rpl-correct) where we do not guarantee correct replication. (P-exception-federated) If a table uses a federated table on the master, then TODO (P-exception-table-definition) If a CREATE TABLE uses a DATA DIRECTORY or ...
https://dev.mysql.com/doc/internals/en/replication-source-code-files.html
rpl_handler.h/.cc Coordination classes used by plugins to register to the binary log interface. Files in the plugin/semisync directory: File Description semisync.h/.cc Auxiliary code, particularly for tracing, that is used by both the master ...
https://dev.mysql.com/doc/internals/en/x-protocol.html
Figure 15.1 X Protocol Overview The documentation is based on the source files such as: sql/sql_parse.cc for the protocol basics mysqlx.proto mysqlx_connection.proto mysqlx_session.proto mysqlx_crud.proto mysqlx_sql.proto mysqlx_resultset.proto ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-8-0.html
This section provides information about keywords and reserved words in MySQL 8.0. MySQL 8.0 Keywords and Reserved Words MySQL 8.0 New Keywords and Reserved Words MySQL 8.0 Removed Keywords and Reserved Words MySQL 8.0 Keywords and Reserved Words ...
Displaying 381 to 390 of 665 total results