PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 296.4Kb
Man Pages (Zip)
- 401.7Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-security-mysql-security-procedures.html
In this section, we discuss MySQL standard security procedures as they apply to running NDB Cluster. In general, any standard procedure for running MySQL securely also applies to running a MySQL Server as part of an NDB Cluster. First and foremost, ...
https://dev.mysql.com/doc/refman/8.0/en/document-store.html
This chapter introduces an alternative way of working with MySQL as a document store, sometimes referred to as “using NoSQL”. Traditionally, relational databases such as MySQL have usually required a schema to be defined before documents can be ...If your intention is to use MySQL in a traditional (SQL) way, this chapter is probably not relevant to ...
https://dev.mysql.com/doc/refman/8.0/en/document-store-interfaces.html
To work with MySQL as a document store, you use dedicated components and a choice of clients that support communicating with the MySQL server to develop document based applications. The quick-start guides (tutorials) in this chapter help you to get ...You can use MySQL Shell to prototype applications, execute queries and update ...
https://dev.mysql.com/doc/refman/8.0/en/document-store-concepts.html
This section explains the concepts introduced as part of using MySQL as a document store. JSON Document Collection CRUD Operations JSON Document A JSON document is a data structure composed of key-value pairs and is the fundamental structure for ...
https://dev.mysql.com/doc/refman/8.0/en/firewall-reference.html
MySQL Enterprise Firewall Stored Procedures MySQL Enterprise Firewall stored procedures perform tasks such as registering profiles with the firewall, establishing their operational mode, and managing transfer of firewall data between the cache and ...These procedures invoke administrative functions that provide an API for lower-level ...It uses tables in the mysql system database for persistent storage and ...
https://dev.mysql.com/doc/refman/8.0/en/sys-diagnostics.html
If a setting other than current is chosen, the current settings are restored at the end of the procedure. This procedure disables binary logging during its execution by manipulating the session value of the sql_log_bin system variable. That is a ...
https://dev.mysql.com/doc/refman/8.0/en/sys-statement-performance-analyzer.html
This procedure disables binary logging during its execution by manipulating the session value of the sql_log_bin system variable. That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables.
https://dev.mysql.com/doc/refman/8.0/en/sys-ps-trace-statement-digest.html
If you find a statement of interest within the Performance Schema events_statements_summary_by_digest table, specify its DIGEST column MD5 value to this procedure and indicate the polling duration and interval. The procedure also attempts to execute ... Traces all Performance Schema instrumentation for a specific statement ...
https://dev.mysql.com/doc/refman/8.0/en/sys-execute-prepared-stmt.html
Thus, this procedure is useful primarily for executing dynamic statements on a one-time basis. If that statement name exists when the procedure is called, its previous content is destroyed. Given an SQL statement as a string, executes it as a ...
https://dev.mysql.com/doc/refman/8.0/en/sys-ps-setup-save.html
This enables you to alter the configuration temporarily for debugging or other purposes, then restore it to the previous state by invoking the ps_setup_reload_saved() procedure. This procedure disables binary logging during its execution by ...To ...