Search



Search Results
Displaying 251 to 260 of 1606 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
X DevAPI supports the use of DNS SRV records for connecting to MySQL servers. A client that receives a DNS SRV lookup result attempts to connect to the MySQL server on each of the listed hosts in order of preference, based on the priority and ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connect.html
The first method uses the TLS (Transport Layer Security) protocol to establish an encrypted connection. The second method uses RSA key pair-based password exchange over an unencrypted connection. The following procedures assume that mysql clients ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-reference.html
Firewall Group Profile Tables Firewall Account Profile Tables Firewall Group Profile Tables MySQL Enterprise Firewall maintains group profile information using tables in the firewall database (mysql or custom) for persistent storage and Performance ...When enabled, the firewall bases operational decisions on the cached ...
https://dev.mysql.com/doc/refman/8.4/en/miscellaneous-functions.html
The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ONLY_FULL_GROUP_BY SQL mode. As a result, the address value for rows within each name group is ...There are ...
https://dev.mysql.com/doc/workbench/en/wb-performance-dashboard.html
Data points are separated into three groups: Note Hover over a graph to see additional information, such as a total count. To display the dashboard, open a query tab and then click Dashboard from the Performance area of the Navigator sidebar with ...
https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
The visual explain feature generates and displays a visual representation of the MySQL EXPLAIN statement by using extended information available in the extended JSON format. MySQL Workbench provides all of the EXPLAIN formats for executed queries ...
https://dev.mysql.com/doc/internals/en/sql-directory.html
Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
https://dev.mysql.com/doc/workbench/en/wb-basic-add-table.html
The tools in the vertical toolbar on the left of the EER Diagram tab are used for designing an EER diagram. The table tool is the rectangular grid in the middle of the vertical toolbar. Mousing over it shows the message, Place a New Table (T).
https://dev.mysql.com/doc/workbench/en/wb-basic-foreign-key.html
Select the table tool again and place another table on the canvas. First, click the invoice_item table; notice that a red border indicates that this table is selected. This creates a foreign key in the invoice_item table, the table on the ...
https://dev.mysql.com/doc/workbench/en/wb-documenting-sakila.html
This chapter demonstrates the capabilities of MySQL Workbench as a documentation tool by using the sakila database, which is a database sample provided by MySQL. You can find this database sample, and others, by visiting the ...
Displaying 251 to 260 of 1606 total results