Search Results
                    
                    
            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. For example: docker run --name mysql1 -d ...A MySQL Docker installation is different from a ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-program-reference-server.html
                                 ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/ldap-pluggable-authentication.html
                                For connections by accounts that use this plugin, client programs use the client-side mysql_clear_password plugin, which sends the password to the server as cleartext. For connections by accounts that use this plugin, client programs use the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
                                You have started the mysqld server with the --socket=/path/to/socket option, but forgotten to tell client programs the new name of the socket file. The server or client program might not have the proper access privileges for the directory that holds ... A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default /tmp/mysql.sock), or by using TCP/IP, which connects through a port ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
                                --ndb-mgmd-host=host[:port] Command-Line Format --ndb-mgmd-host=host_name[:port_num] Type String Default Value localhost:1186 Can be used to set the host and port number of a single management server for the program to connect to. If the program ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
                                (This is also true for the MySQL upgrade procedure if it determines that table checking is needed because it processes tables the same way.) mysqlcheck must be used when the mysqld server is running, which means that you do not have to stop the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
                                For more information about how MySQL handles server options, see Section 6.2.2, “Specifying Program Options”. For more information about how MySQL handles server options, see Section 6.2.2, “Specifying Program Options”.  This section ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqlimport.html
                                For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option Files”. --bind-address=ip_address Command-Line Format --bind-address=ip_address On a computer having multiple network interfaces, use this option to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/starting-server-troubleshooting.html
                                Log files are located in the data directory (typically C:\Program Files\MySQL\MySQL Server 8.4\data on Windows, /usr/local/mysql/data for a Unix/Linux binary distribution, and /usr/local/var for a Unix/Linux source distribution). If either of the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
                                 This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are compressed. Command Options for Connection ...For additional information and examples showing how to use them, see Section 6.2.4, “Connecting to the MySQL Server Using Command ...