Search Results
https://dev.mysql.com/doc/internals/en/x-protocol-authentication-authentication.html
S: AuthenticateOk authzid empty authcid user name challenge server side, one time random challenge response HEX(SHA1(password) ^ SHA1(challenge + SHA1(SHA1(password)))) Figure 15.7 MYSQL41 Authentication Image description .
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-drivers-macos.html
To compile psqlODBC on macOS, you will need to have Xcode and its "Command Line Tools" component installed on your system, as this includes the required gcc compiler. And after installing Xcode, open it and go to Preferences, Downloads, Components, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-autopilot-report-table.html
It contains data from the last execution of Advisor or Auto Parallel Load. Data is only available for the current session and is lost when the session terminates or when the server shuts down. When Advisor or Auto Parallel Load run, they send ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
MySQL can perform boolean full-text searches using the IN BOOLEAN MODE modifier. With this modifier, certain characters have special meaning at the beginning or end of words in the search string. In the following query, the + and - operators ...
https://dev.mysql.com/doc/refman/8.4/en/handler.html
HANDLER tbl_name OPEN [ [AS] alias] HANDLER tbl_name READ index_name { = | <= | >= | < | > } (value1,value2,...) [ WHERE where_condition ] [LIMIT ... ] HANDLER tbl_name READ index_name { FIRST | NEXT | PREV | LAST } [ WHERE where_condition ] [LIMIT ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-select-all.html
ndb_select_all prints all rows from an NDB table to stdout. Usage ndb_select_all -c connection_string tbl_name -d db_name [> file_name] Options that can be used with ndb_select_all are shown in the following table. --connect-retries Command-Line ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-find.html
You can use the find() method to query for and return documents from a collection in a schema. MySQL Shell provides additional methods to use with the find() method to filter and sort the returned documents. MySQL provides the following operators ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-find.html
You can use the find() method to query for and return documents from a collection in a schema. MySQL Shell provides additional methods to use with the find() method to filter and sort the returned documents. MySQL provides the following operators ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-foreign-keys-tab.html
The Foreign Keys subtab is organized in much the same fashion as the Indexes subtab and adding or editing a foreign key is similar to adding or editing an index. The following figure shows an example of the Foreign Keys tab. Figure 8.16 The Foreign ...
https://dev.mysql.com/doc/internals/en/binary-log-structure-and-contents.html
The binary log is a set of files that contain information about data modifications made to a MySQL server instance. The log consists of a set of binary log files, plus an index file. Each log file contains a 4-byte magic number, followed by a set ...