Search



Search Results
Displaying 11 to 20 of 5220 total results
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
For more information about SSL file autogeneration, including file names and characteristics, see Section 8.3.3.1, “Creating SSL and RSA Certificates and Keys using MySQL” The sha256_password_auto_generate_rsa_keys and ... The MySQL server ...
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
Abstract This is a quick guide for using the MySQL SLES repository to install and upgrade MySQL on SUSE Linux Enterprise Server (SLES). For supported versions and architectures of SUSE and openSUSE, see the official Supported Platforms by MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/added-deprecated-removed.html
Options and Variables Introduced in MySQL 8.4 Options and Variables Deprecated in MySQL 8.4 Options and Variables Removed in MySQL 8.4 This section lists server variables, status variables, and options that were added for the first time, have been ...Com_show_binary_log_status: Count of SHOW BINARY LOG STATUS statements; use instead of ...
https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
Proxy user support: LDAP authentication can return to MySQL a user name different from the external user name passed by the client program, based on the LDAP groups the external user is a member of. The client-side mysql_clear_password plugin is ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different software download sites, software repositories, and so on. The following ...{platform}: The platform code, such as el7, el8, el9, fc41, or ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html
For example: mysql> SELECT DATE_ADD('2006-05-00',INTERVAL 1 DAY); -> NULL mysql> SELECT DAYNAME('2006-05-00'); -> NULL Several functions are strict when passed a DATE() function value as their argument and reject incomplete dates with a day part of ...The following query selects all rows with a date_col value from within the last 30 days: mysql> SELECT something FROM tbl_name -> WHERE DATE_SUB(CURDATE(),INTERVAL 30 DAY) <= date_col; The query also selects rows with dates that lie in the ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
As indicated in the preceding description, MySQL Kerberos authentication uses two kinds of keytab files: On the client host, a client keytab file may be used to obtain a TGT and ST without supplying a password. When connecting to MySQL, the client ... Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...It is useful in Linux ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux Server. Adding the MySQL SLES Repository Add or update the official MySQL SLES repository for your ...To install the latest release from a specific series, before running the installation command, make sure that the subrepository for the series you want is enabled and the subrepositories for other series are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
Note The mysql client always passes optimizer hints to the server, regardless of whether this option is given. This can be useful for noninteractive invocations of mysql because normally the server disconnects noninteractive clients that attempt to ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...--otel_exporter_otlp_traces_compression Compression type --otel_exporter_otlp_traces_endpoint The trace export endpoint --otel_exporter_otlp_traces_headers Key-value pairs to be used as headers associated with HTTP requests --otel_exporter_otlp_traces_protocol The OTLP transport protocol ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-more-topics.html
Configuring the MySQL Server When you start the MySQL Docker container, you can pass configuration options to the server through the docker run command. In the following example, we run the mysql client from inside the myapp1 container to connect to ...A MySQL Docker installation is different from a common, non-Docker installation in the following aspects: Only a limited number of binaries are ...Persisting Data and Configuration Changes Docker ...
Displaying 11 to 20 of 5220 total results