Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-download.html
Start your MySQL server so that you can load the world_x schema, then follow these steps: Download world_x-db.zip. Commands end with ; \source /tmp/world_x-db/world_x.sql Replace /tmp/ with the path to the world_x.sql file on your system. As part ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-download.html
Start your MySQL server so that you can load the world_x schema, then follow these steps: Download world_x-db.zip. Commands end with ; \source /tmp/world_x-db/world_x.sql Replace /tmp/ with the path to the world_x.sql file on your system. As part ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-types.html
This type of partitioning is similar to partitioning by HASH, except that only one or more columns to be evaluated are supplied, and the MySQL server provides its own hashing function. Some database systems support explicit date partitioning, which ... This section discusses the types of partitioning which are available in MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/replication-solutions-scaleout.html
You can use replication as a scale-out solution; that is, where you want to split up the load of database queries across multiple database servers, within some reasonable limitations. Replication in this situation enables you to distribute the ...
https://dev.mysql.com/doc/refman/8.4/en/show-privileges.html
SHOW PRIVILEGES SHOW PRIVILEGES shows the list of system privileges that the MySQL server supports. row *************************** Privilege: Create role Context: Server Admin Comment: To create new roles ... The privileges displayed include all ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-apply-log.html
You can run this step on the same database server where you did the backup, or transfer the raw backup files to a different system first, to limit the CPU and storage overhead on the database server. A directory backup, just like a single-file ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mgmd.html
LogDestination: Where to send log messages: console, system log, or specified log file. PortNumber: Port number to send commands to and fetch configuration from management server. PortNumberStats: Port number used to get statistical information from ... ArbitrationDelay: When asked to arbitrate, arbitrator waits this long before voting ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-client-commands.html
Note Configuration attributes in the MySQL Cluster Manager derive from two different sources: MySQL NDB Cluster configuration parameters, and MySQL Server options. However, MySQL Server command-line options are case-sensitive and use only lowercase.
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-helm-chart.html
You can install NDB Operator with the Helm package manager for Kubernetes using the Helm chart included in the NDB Operator distribution to create the necessary Custom Resource Definitions (CRDs) and to deploy NDB Operator (together with the web ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
It was removed due to a critical issue that could stop the server from restarting following the creation of a very large number of tables (8001 or more). (Bug #36568964) NDB now writes a message to the MySQL server log before and after logging an ...