Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Properties that have been removed (do not use them during connection): useDynamicCharsetInfo useBlobToStoreUTF8OutsideBMP , utf8OutsideBmpExcludedColumnNamePattern, and utf8OutsideBmpIncludedColumnNamePattern: MySQL 5.6 and later supports the ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
The recommended way to install MySQL on RPM-based Linux distributions is by using the RPM packages provided by Oracle. There are two sources for obtaining them, for the Community Edition of MySQL: From the MySQL software repositories: The MySQL Yum ...Be aware that they may differ from those built by Oracle in features, capabilities, and conventions (including communication setup), and that the installation instructions in this manual do not necessarily apply to ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-faq.html
C.5: What are the typical use cases of the MySQL Query Analyzer? The typical use cases for developers, DBAs and system administrators are: Developers – Monitor and tune application queries during development before they are promoted to production.
https://dev.mysql.com/doc/refman/8.4/en/string-functions.html
mysql> SELECT ASCII('2'); -> 50 mysql> SELECT ASCII(2); -> 50 mysql> SELECT ASCII('dx'); -> 100 See also the ORD() function. mysql> SELECT BIN(12); -> '1100' BIT_LENGTH(str) Returns the length of the string str in bits. mysql> SELECT ...For ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
Specifically: A proxy-server address (http://address-to-server) and port number A user name and password for authentication Locating Products to Install MySQL products in the catalog are listed by category: MySQL Servers, Applications, MySQL ...You ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
client_ssl_mode Type String Default Value PREFERRED Valid Values PREFERRED DISABLED PASSTHROUGH REQUIRED Controls if connections from the client to MySQL Router must be encrypted. The password is entirely managed by Router and never exposed, and is ... When started, MySQL Router reads a list of configuration files that together make up the configuration of the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-tpch-quickstart.html
The tpch Analytics Quickstart shows how to import data into the DB System using the MySQL Shell Parallel Table Import Utility, manually loading data into MySQL HeatWave Cluster, and running queries. This quickstart contains the following sections: ...Linux system with gcc and make libraries installed, to generate tpch sample data using the dbgen ...
https://dev.mysql.com/doc/refman/8.4/en/pam-pluggable-authentication.html
Proxy user support: PAM authentication can return to MySQL a user name different from the external user name passed by the client program, based on the PAM groups the external user is a member of and the authentication string provided. For ... Note ...PAM pluggable authentication has been tested on Linux and macOS; note that Windows does not support ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
2.3.2.1.3 Accounts and Roles Root Account Password Assigning a root password is required and you will be asked for it when reconfiguring with MySQL Configurator in the future. MySQL permits a blank or empty password (considered to be insecure). The ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
(WL #16138) Deprecation and Removal Notes Important Change: The deprecated mysql_native_password authentication plugin is now disabled by default. It can be enabled by starting MySQL with the new --mysql-native-password=ON server option, or by ...