Search



Search Results
Displaying 981 to 990 of 2113 total results
https://dev.mysql.com/doc/internals/en/myisam-directory.html
They are: mi_cache.c --- for reading records from a cache mi_changed.c --- a single routine for setting a "changed" flag (very short) mi_check.c --- for checking and repairing tables. Can be used to exactly replay a set of changes to a table.
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
The NDB storage engine used by NDB Cluster is a relational database engine storing records in tables as with other relational database systems. Again, this is typical of relational databases, and NDB is no different in this regard. If a requested ...When a new table is created, its attribute schema is specified for the table as a whole, and thus each table row has the same ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/C++ 8.0.12 would be designed to support all ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
API components that support views CreateView(), DropView(), and ModifyView() methods from the MySqlX.XDevAPI.Schema class. Currently, the MySQL Connector/NET implementation excludes the following 2.0 features: Modeling: table splitting, owned types, ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, InteractiveSession, Logging, Replication, and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-26.html
(Bug #32763765) A data table declared using valid database.table syntax within an Entity Framework model could have extra database names in the generated query (for example, database.database.table). Deprecation and Removal Notes Functionality ...
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-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 ...
Displaying 981 to 990 of 2113 total results