Search Results
https://dev.mysql.com/doc/refman/8.4/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.4/en/stored-programs-logging.html
The statements used to create and drop procedures, functions, triggers, and events are always safe, and are logged in statement format. The server writes CREATE EVENT, CREATE PROCEDURE, CREATE FUNCTION, ALTER EVENT, ALTER PROCEDURE, ALTER FUNCTION, ...However, if logging occurs at the statement level, there are certain binary logging issues with respect to stored programs (stored procedures and functions, triggers, and events): In some cases, a statement might affect different sets of rows on source and ...
https://dev.mysql.com/doc/refman/8.4/en/sys-schema-procedures.html
The following sections describe sys schema stored procedures. ...
https://dev.mysql.com/doc/internals/en/stored-procedures.html
In MySQL 5.0 the protocol was extended to handle: multi-resultset multi-statement .
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-procedure.html
The importing process consists generally of the steps listed here: Prepare the “wild” cluster for migration. Create and configure in MySQL Cluster Manager a “target” cluster whose configuration matches that of the “wild” cluster.
https://dev.mysql.com/doc/refman/8.4/en/creating-accounts.html
To manage MySQL accounts, use the SQL statements intended for that purpose: CREATE USER and DROP USER create and remove accounts. To update the tables to the expected structure, perform the MySQL upgrade procedure. This section discusses the ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
--add-drop-database Command-Line Format --add-drop-database Write a DROP DATABASE statement before each CREATE DATABASE statement. Note In MySQL 8.4, the mysql schema is considered a system schema that cannot be dropped by end users. If ... The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
A metadata operation occurs whenever data objects are created, altered, or dropped; such an operation can create additional suboperations in the NDB kernel. Dictionary::dropDatafile() Description This method drops a data file, given a Datafile ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
These are listed here: Stored procedures provided by MySQL Enterprise Firewall now behave in transactional fashion. When an error occurs during execution of a firewall stored procedure, an error is reported, and all changes made by the stored ...
https://dev.mysql.com/doc/refman/8.4/en/grant.html
Never alter the structure of tables in the mysql system schema in any manner except by means of the procedure described in Chapter 3, Upgrading MySQL. CREATE TABLESPACE Enable tablespaces and log file groups to be created, altered, or dropped. [WITH ...