Search



Search Results
Displaying 81 to 90 of 441 total results
https://dev.mysql.com/doc/refman/8.4/en/connection-control-plugin-installation.html
For example, put these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: [mysqld] plugin-load-add=connection_control.so After modifying my.cnf, restart the server to cause the new settings to take effect. To ... This section describes how to install the connection control plugins, CONNECTION_CONTROL and ...
https://dev.mysql.com/doc/refman/8.4/en/install-plugin.html
For example, set its value in a my.cnf file: [mysqld] plugin_dir=/path/to/plugin/directory If the value of plugin_dir is a relative path name, it is taken to be relative to the MySQL base directory (the value of the basedir system variable). INSTALL ... INSTALL PLUGIN plugin_name SONAME 'shared_library_name' This statement installs a server ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-server-clients.html
For example, you can use C:\my.cnf on Windows, or the .my.cnf file in your home directory on Unix. "mysql_read_default_file=/usr/local/mysql/data/my.cnf"; $dbh = DBI->connect($dsn, $user, $password); See Section 31.9, “MySQL Perl API”. Start the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mysqld.html
Insert a line containing ndbcluster in the [mysqld] section of your my.cnf file. The mysqld parameter ndb-connectstring is used to specify the connection string either on the command line when starting mysqld or in my.cnf. row ...To be used with NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
To provide replication backup capability, you also need to add an --ndb-connectstring option to the replica's my.cnf file prior to starting the replication process. For additional options that can be set in my.cnf for replicas, see Section 19.1.6, ... Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server.html
To run the server as some specific user, add an appropriate user option to the [mysqld] group of the global /etc/my.cnf option file, as shown later in this section. You can add options for mysql.server in a global /etc/my.cnf file. A typical my.cnf ... MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using ...
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
MySQL supports these password-management capabilities: Password expiration, to require passwords to be changed periodically. Password reuse restrictions, to prevent old passwords from being chosen again. Password verification, to require that ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup.compressed.html
To save disk space, you can compress InnoDB backup data files by using the --compress option of mysqlbackup. Compression lets you keep more sets of backup data on hand or save transmission time when sending the backup data to another server. Also, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.compressed-backup.html
Note The --uncompress option is no longer needed when restoring a compressed backup.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/glossary.html
These terms are commonly used in information about MySQL Enterprise Monitor. A access control MySQL Enterprise Monitor Access Control enables you to manage asset visibility, application administration, data access, roles, and users. advisor ...
Displaying 81 to 90 of 441 total results