Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
If MySQL has been started with skip_networking enabled, you need to comment it out in the file /etc/mysql/my.cnf or /etc/my.cnf for TCP/IP connections to work. This section explains the symptoms and resolutions for the most commonly encountered ...
https://dev.mysql.com/doc/refman/8.4/en/data-directory-initialization.html
(See Section 7.1.2, “Server Configuration Defaults”.) To explicitly specify options that the MySQL server should use at startup, put them in an option file such as /etc/my.cnf or /etc/mysql/my.cnf. For Unix and Unix-like systems, suppose that ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options.html
The auto.cnf file has a format similar to that used for my.cnf or my.ini files. The following sections contain information about mysqld options and server variables that are used in replication and for controlling the binary log. Options and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgmd.html
cluster-config-suffix Command-Line Format --cluster-config-suffix=name Type String Default Value [none] Override defaults group suffix when reading cluster configuration sections in my.cnf; used in testing. Although it is preferable to specify other ... The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-oci-marketplace-deploy.html
/etc/my.cnf.d/perf-tuning.cnf is created by /usr/bin/mkcnf based on the selected OCI shape. To deploy MySQL EE on Oracle Cloud Infrastructure, do the following: Open the OCI Marketplace and search for MySQL. See To create a Linux instance for ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
The server's binary log consists of files containing “events” that describe modifications to database contents. To display their contents in text format, use the mysqlbinlog utility. You can also use mysqlbinlog to display the contents of relay ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-upgrade.html
configPath The local path to the my.cnf or my.ini configuration file for the MySQL server instance that you are checking, for example, C:\ProgramData\MySQL\MySQL Server 8.1\my.ini. The util.checkForServerUpgrade() function is an upgrade checker ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
To have passwords automatically expire after a specified number of days, add an entry similar to this under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): default_password_lifetime=120 A setting of 120 means that the ...It ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
To load the plugin and configure it, put lines such as these in your my.cnf file, using values for the system variables that are appropriate for your installation: [mysqld] plugin-load-add=authentication_kerberos.so ... Note Kerberos pluggable ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-rpm.html
To switch to the mysql user on your OS, use the --shell=/bin/bash option for the su command: $> su - mysql --shell=/bin/bash Installation of previous versions of MySQL using older packages might have created a configuration file named /usr/my.cnf.