Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 501 to 510 of 2047 total results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-shutdown-restart.html
Any SQL nodes can be terminated using mysqladmin shutdown and other means. To restart the cluster on Unix platforms, run these commands: On the management host (198.51.100.10 in our example setup): $> ndb_mgmd -f /var/lib/mysql-cluster/config.ini On ... To shut down the cluster, enter the following command in a shell on the machine hosting the management node: $> ndb_mgm -e shutdown The -e option here is used to pass a command to the ndb_mgm client from the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-security.html
Topics covered in this section include the following: NDB Cluster and network security issues Configuration issues relating to running NDB Cluster securely NDB Cluster and the MySQL privilege system MySQL standard security procedures as applicable ... This section discusses security considerations to take into account when setting up and running NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-single-user-mode.html
Single user mode enables the database administrator to restrict access to the database system to a single API node, such as a MySQL server (SQL node) or an instance of ndb_restore. API nodes—such as MySQL Servers—waiting for a connection (that ...When entering single user mode, connections to all other API nodes are closed gracefully and all running transactions are ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-tde-limitations.html
Replication of an NDB Cluster whose file system is encrypted to a standalone MySQL server using InnoDB tables which are not encrypted. Replication of an NDB Cluster with an unencrypted file system to a standalone MySQL server using InnoDB tables ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-table-insert.html
mysql-js> db.city.insert("ID", "Name", "CountryCode", "District", "Info").values( None, "Olympia", "USA", "Washington", '{"Population": 5000}') The city table has five columns: ID, Name, CountryCode, District, and Info. mysql-js> ... You can use the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-table-update.html
mysql-js> db.city.update().set("Name", "Beijing").where("Name = 'Peking'") Use the select() method to verify the change. mysql-js> db.city.select(["ID", "Name", "CountryCode", "District", "Info"]).where("Name = 'Beijing'") ... You can use the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-table-insert.html
mysql-py> db.city.insert("ID", "Name", "CountryCode", "District", "Info").values( None, "Olympia", "USA", "Washington", '{"Population": 5000}') The city table has five columns: ID, Name, CountryCode, District, and Info. mysql-py> ... You can use the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-table-update.html
mysql-py> db.city.update().set("Name", "Beijing").where("Name = 'Peking'") Use the select() method to verify the change. mysql-py> db.city.select(["ID", "Name", "CountryCode", "District", "Info"]).where("Name = 'Beijing'") ... You can use the ...
https://dev.mysql.com/doc/refman/8.0/en/plugin-services.html
MySQL server plugins have access to server “plugin services.” The plugin services interface complements the plugin API by exposing server functionality that plugins can call. For developer information about writing plugin services, see MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/server-logs.html
MySQL Server has several logs that can help you find out what activity is taking place. Log flushing occurs when you issue a FLUSH LOGS statement; execute mysqladmin with a flush-logs or refresh argument; or execute mysqldump with a --flush-logs ...
Displaying 501 to 510 of 2047 total results