Search



Search Results
Displaying 811 to 820 of 2167 total results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
Parallel Type Normally, transactions are applied in parallel only if they do not make any changes in the same database. Replicate Do DB Whether the replica SQL thread restricts replication to statements where the default database (the one selected ... Lists the Replication Replica configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-security-category.html
Skip Show Database Enabled With this option, the SHOW DATABASES statement is permitted only to users who have the SHOW DATABASES privilege, and the statement displays all database names. Lists the Security configuration metrics and provides a brief ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-ddlstatementactivity-category.html
Table 6.5 DDL Statement Activity Metrics NameDescriptionAlter DB (Delta) The total number of ALTER DATABASE statements executed. Alter DB Upgrade (Delta) The total number of ALTER DATABASE ... Create DB (Delta) The total number of CREATE DATABASE ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-targets-changing-credentials.html
Modifying the Target Instance Definition from the Command Line You can modify the target instance definition from the command line using the modify_target verb with the -type="oracle_omys_database" parameter. The following target properties can be ... It is possible to change the credentials and connection properties after setting up the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-eol.html
For more information, visit Comprehensive Monitoring and Compliance Management for MySQL Databases using Enterprise Manager. Use the database monitoring capabilities of the OCI Database Management service. Important MySQL Enterprise Monitor will be ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mysql-process-discovery-advisor-ref.html
In this case, it also requires the PROCESS, REPLICATION CLIENT, SELECT, and SHOW DATABASES privileges globally with GRANT OPTION. If you are manually managing this user, it should have at least the PROCESS, REPLICATION CLIENT, SELECT, and SHOW ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
The following statements grant the SHOW DATABASES privilege to the user1 and user2 accounts: mysql> GRANT SHOW DATABASES ON *.* TO 'user1'@'203.0.113.11'; mysql> GRANT SHOW DATABASES ON *.* TO 'user2'@'203.0.113.12'; Note The privileges granted to a ...It demonstrates configuring global password policies, using security-related CREATE USER options, granting user privileges, and verifying user privileges and ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. Note In most cases it is good practice to create database objects during development time and refrain ...// Get a collection object for 'my_collection' var myColl = db.getCollection('my_collection'); The createCollection(), together with the ReuseExistingObject field set to true, can be used to create a new collection or reuse an existing collection with the given ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-existing-collections.html
In order to retrieve a Collection object for an existing collection stored in the database call the getCollection() function from a Schema object. Note In most cases it is good practice to create database objects during development time and refrain ...# Get a collection object for 'my_collection' myColl = db.get_collection('my_collection') The createCollection(), together with the ReuseExistingObject field set to true, can be used to create a new collection or reuse an existing collection with the given ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-oci-integration.html
OCI Database Management and Ops Insight: It provides comprehensive database performance diagnostics and management capabilities for MySQL HeatWave. It also provides information about resource use and capacity of databases and hosts for users to ...
Displaying 811 to 820 of 2167 total results