Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
NDB TDE encrypts user data files including LCP files, redo log files, tablespace files, and undo log files. Replication of an NDB Cluster whose file system is encrypted to a standalone MySQL server using InnoDB tables which are not encrypted. The ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server-side-help.html
The proper operation of this command requires that the help tables in the mysql database be initialized with help topic information (see Section 7.1.17, “Server-Side Help Support”). To make a more specific request, please type 'help <item>', ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
mysqld_safe accepts options on the command line and in option files, as described in the following table. mysqld_safe is the recommended way to start a mysqld server on Unix. mysqld_safe adds some safety features such as restarting the server when ...
https://dev.mysql.com/doc/refman/8.4/en/role-names.html
As stored in the grant tables, they have the same properties as account names, which are described in Grant Table Scope Column Properties. It is possible for a row in the mysql.user system table to serve as both an account and a role. MySQL role ...
https://dev.mysql.com/doc/refman/8.4/en/stored-objects.html
Trigger: An object created with CREATE TRIGGER that is associated with a table. A trigger is activated when a particular event occurs for the table, such as an insert or update. This chapter discusses stored database objects that are defined in ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-from-previous-series.html
Alternatively, you can drop and re-create such indexes immediately following the upgrade, but before making use of any of the tables in which they occur. The Performance Schema variables_info table shows, for each system variable, the source from ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
However, because Identifier Case Sensitivity is dependent on the case sensitivity of the underlying operating system (which varies across platforms), data transfer problems might occur due to letter case issues with the database or table names. All ... MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine can, in principle, be restored on a Windows machine, and vice ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-tarball.html
On Solaris, gtar is often already installed in the /usr/sfw/bin directory, although the gtar executable may not be included in your path. Extract the MySQL Cluster Manager 8.4.6 program and other files from the distribution archive. You must ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
In subsequent queries, this database is the default for table references that include no explicit database specifier. (See Section 3.6.8, “Automatic Reconnection Control”.) It always performs a ROLLBACK of any active transactions, closes and ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api.html
The plugin interface uses the plugin table in the mysql database to record information about plugins that have been installed permanently with the INSTALL PLUGIN statement. This table is created as part of the MySQL installation process. Plugins ...