Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the product version and the source repository from which the distribution was ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
It is still a string of 32 hexadecimal digits based on UUID, but the order of digits was changed to match the requirement of a stable ID prefix. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
mysql_upgrade also performs other functions; see mysql_upgrade — Check and Upgrade MySQL Tables for details. Note After upgrading from MySQL 5.6 to 5.7, if you have problem connecting to the server as root (which will make it impossible to run ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
The value for the pooling key is another set of key-value pairs containing any combination of the keys described in the following table: Table 2.1 Options for Configuring a Connection Pool Option Meaning Default enabled Connection pooling enabled.
https://dev.mysql.com/doc/x-devapi-userguide/en/result-set-classes.html
The different types of results are outlined in the following table. The type of result returned depends on the operation that was executed. SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last ...
https://dev.mysql.com/doc/x-devapi-userguide/en/synchronous-vs-asynchronous-execution.html
For example, Connector/J can use execute() to return a RowResult or DocResult and executeAsync() to return a CompletableFuture<T> where the type parameter is one of the result types. Traditionally, many MySQL drivers used a synchronous approach ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
The log contents include when clients connect and disconnect, and what actions they perform while connected, such as which databases and tables they access. $> cd /usr/local/mysql $> bin/mysql -u root -p < ... MySQL Enterprise Audit enables ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-download.html
The extracted files include those shown in the following table: Table 2.1 MySQL Package and Signature Files for Source files File Type File Name README file README.txt MD5 signature file mysql-commercial-8.0.xx-linux-glibc2.12-x86_64.tar.xz.md5 GPG ... To download the latest MySQL Enterprise Edition for Linux x86-64 generic binary package, perform the following ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
INSTALL COMPONENT loads the component, and also registers it in the mysql.component system table to cause it to be loaded during subsequent server startups. The validate_password component serves to test user-specified passwords and improve ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-permissions.html
The following table shows directory and file permissions for the generic binary distribution installation of MySQL Enterprise Edition for Linux x86-64 on Oracle Linux that is described in this guide. As a general rule, distributed files and ...