Search



Search Results
Displaying 111 to 120 of 441 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connection-control.html
To install the connection control plugins: Add these options under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): plugin-load-add=connection_control.so connection-control=FORCE_PLUS_PERMANENT ... The connection-control ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-permissions.html
Files and resources that the mysql user requires read access to include configuration files (/etc/my.cnf) and the MySQL binaries (/usr/local/mysql/bin). The following table shows directory and file permissions for the generic binary distribution ...
https://dev.mysql.com/doc/refman/8.4/en/changing-mysql-user.html
To start the server as the given user automatically at system startup time, specify the user name by adding a user option to the [mysqld] group of the /etc/my.cnf option file or the my.cnf option file in the server's data directory. On Windows, you ...
https://dev.mysql.com/doc/refman/8.4/en/debugging-server.html
If mysqld does not want to start, verify that you have no my.cnf files that interfere with your setup! You can check your my.cnf arguments with mysqld --print-defaults and avoid using them by starting with mysqld --no-defaults .... If you are using ...
https://dev.mysql.com/doc/refman/8.4/en/host-cache.html
For example, to set the size to 100 at startup, put these lines in the server my.cnf file: [mysqld] host_cache_size=200 To change the size to 300 at runtime, do this: SET GLOBAL host_cache_size=300; Setting host_cache_size to 0, either at server ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
For example, use these lines in the server my.cnf file, adjusting the .so suffix and file locations for your platform as necessary: [mysqld] early-plugin-load=keyring_aws.so ... Note The keyring_aws plugin is an extension included in MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/large-page-support.html
Check any configuration files such as my.cnf used by the server, and make sure that innodb_buffer_pool_chunk_size is set larger than the huge page size. You can also do so by adding the following line to the [mysqld] section of the server my.cnf ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-apt-repo.html
This section provides guidance on installing MySQL using the MySQL APT repository. First, add the MySQL APT repository to your system's software repository list. Follow these steps: Go to the download page for the MySQL APT repository at ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-native.html
Many Linux distributions include a version of the MySQL server, client tools, and development components in their native software repositories and can be installed with the platforms' standard package management systems. This section provides basic ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-starting.html
MySQL servers acting as NDB Cluster SQL nodes must always be started with the --ndbcluster and --ndb-connectstring options, either on the command line or in my.cnf. Changes in configuration are also likely to be indicated when changes are made in ...
Displaying 111 to 120 of 441 total results