Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-api.html
The listing in this section provides information about parameters used in the [mysqld] and [api] sections of a config.ini file for configuring NDB Cluster SQL nodes and API nodes. For a discussion of MySQL server options for NDB Cluster, see ...For ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-pitr.html
Performing point-in-time recovery of NDB Cluster tables with NDB Cluster and NDB Cluster Replication can be accomplished using a native NDB data backup (taken by issuing CREATE BACKUP in the ndb_mgm client) and restoring the ndb_binlog_index table ... Point-in-time recovery—that is, recovery of data changes made since a given point in time—is performed after restoring a full backup that returns the server to its state when the backup was ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-starting.html
Start the MySQL replication source server by issuing this command, where id is this server's unique ID (see Section 25.7.2, “General Requirements for NDB Cluster Replication”): shellS> mysqld --ndbcluster --server-id=id \ --log-bin --ndb-log-bin ... This section outlines the procedure for starting NDB Cluster replication using a single replication ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-collections-add.html
mysql-js> db.countryinfo.add( { GNP: .6, IndepYear: 1967, Name: "Sealand", Code: "SEA", demographics: { LifeExpectancy: 79, Population: 27 }, geography: { Continent: "Europe", Region: "British Islands", SurfaceArea: 193 }, government: { ... To work ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-download.html
You can either: Start MySQL Shell in SQL mode and import the file by issuing: mysqlsh -u root --sql --file /tmp/world_x-db/world_x.sql Enter password: **** Set MySQL Shell to SQL mode while it is running and source the schema file by issuing: \sql ...Start your MySQL server so that you can load the world_x schema, then follow these steps: Download ... As ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-relational-tables.html
In MySQL, each relational table is associated with a particular storage engine. mysql-js> db <Schema:world_x> If the returned value is not Schema:world_x, set the db variable as follows: mysql-js> \use world_x Schema `world_x` accessible through db.
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-add.html
mysql-py> db.countryinfo.add( { "GNP": .6, "IndepYear": 1967, "Name": "Sealand", "Code:": "SEA", "demographics": { "LifeExpectancy": 79, "Population": 27 }, "geography": { "Continent": "Europe", "Region": "British Islands", "SurfaceArea": 193 }, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-download.html
You can either: Start MySQL Shell in SQL mode and import the file by issuing: mysqlsh -u root --sql --file /tmp/world_x-db/world_x.sql Enter password: **** Set MySQL Shell to SQL mode while it is running and source the schema file by issuing: \sql ...Start your MySQL server so that you can load the world_x schema, then follow these steps: Download ... As ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-relational-tables.html
In MySQL, each relational table is associated with a particular storage engine. mysql-py> db <Schema:world_x> If the returned value is not Schema:world_x, set the db variable as follows: mysql-py> \use world_x Schema `world_x` accessible through db.
https://dev.mysql.com/doc/refman/8.4/en/selinux-policies.html
MySQL Server SELinux policy modules are typically installed by default. MySQL Server SELinux policy modules include: mysqld_selinux mysqld_safe_selinux For information about MySQL Server SELinux policy modules, refer to the SELinux manual pages.