Search



Search Results
Displaying 1941 to 1950 of 3565 total results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-17.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed README.md and CONTRIBUTING.md files were created for the convenience of git users. These files are not distributed with binaries, whereas README.txt remains distributed. (WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
Users installing using "rpm" or "dpkg" needs to install both the pure Python and C extension packages. That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Alternatively, the new priority ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-deployment-backup.html
$> mysqldump --single-transaction -uservice_manager -pPassword -P13306 -h127.0.0.1 —all-databases > mem.dump The above command creates a file, mem.dump, containing all MySQL Enterprise Service Manager data. To restore the dump file, run the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-remote.html
For more information about the database credentials required by agents see, Section 6.2, “Creating MySQL User Accounts for the Monitor Agent”. Typically, the Agent runs on the same machine as the MySQL servers that it is monitoring. To monitor ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ssh-tunnel.html
If you run an SSH server on the machine that hosts the MySQL Enterprise Service Manager and an SSH client on the machine that hosts the agent, you can create an SSH tunnel so that the agent can bypass your firewall. Next, execute the following ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-unix.html
Installation creates the directory /opt/mysql/enterprise/agent, with the logs directory is located immediately below the agent directory. If the agent is not running, use the following command to view the last ten entries in the general Agent log ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-backup-dashboard-details.html
Backup Command Displays the full path and parameters of the backup command which created the backup. For example: meb-3-linux-64bit/bin/mysqlbackup --with-timestamp --backup-dir=/tmp/meb-server1.30006 --backup-image=/tmp/meb-server1.30006/my.mbi ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/replication-advisor-ref.html
As an alternative, you should set the read_only flag ON so the server allows no updates except from users that have the SUPER privilege or from updates performed by slave threads. An account with the REPLICATION SLAVE privilege must exist for a ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
To configure these options explicitly, add them under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): ssl_ca=ca.pem ssl_cert=server-cert.pem ssl_key=server-key.pem By default, the MySQL server accepts TCP/IP connections from ... This section describes configuring the server for secure connections and distributing client certificate and keys ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-verify-package.html
After downloading the MySQL package and before attempting to install it, ensure that the package is intact and has not been tampered with. There are two methods of integrity checking for MySQL Linux Generic Binary packages: MD5 Checksum and ...
Displaying 1941 to 1950 of 3565 total results