Search



Search Results
Displaying 371 to 380 of 3917 total results
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-assign-anon.html
Note that as is standard for MySQL replication, this feature does not support replication from MySQL source servers earlier than the previous release series, so MySQL 8.3 is the earliest supported source for a MySQL 8.4 replica. This feature enables ... You can set up replication channels to assign a GTID to replicated transactions that do not already have ...
https://dev.mysql.com/doc/refman/8.4/en/reusing-ssl-sessions.html
MySQL client programs may elect to resume a prior SSL session, provided that the server has the session in its runtime cache. Client-Side Configuration for SSL Session Reuse All MySQL client programs are capable of reusing a prior session for new ...This section describes the conditions that are favorable for SSL session reuse, the server variables used for managing and monitoring the session cache, and the client command-line options for storing and reusing session ...
https://dev.mysql.com/doc/refman/8.4/en/server-option-variable-reference.html
The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server system variables (System Var), and status variables (Status var) in one unified list, with an indication of where each option or variable is ... The following table lists all command-line options, system variables, and status variables applicable within ...
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
Server Configuration Type Choose the MySQL server configuration type that describes your setup. This setting defines the amount of system resources (memory) to assign to your MySQL server instance. The Server setting configures MySQL to use a ...
https://dev.mysql.com/doc/heatwave-aws/en/supported-mysql-server-versions.html
Related Topics MySQL Releases: Innovation and LTS Parent topic: MySQL Server Versions . It is ideal for developers and database administrators working in fast-paced environments with high levels of automated tests and modern continuous integration ...LTS/BugFix Track LTS/Bugfix track contains only necessary fixes, so it is a better choice if your environment requires established database software ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-server-clients.html
On Unix, set the MYSQL_UNIX_PORT and MYSQL_TCP_PORT environment variables to point to the Unix socket file and TCP/IP port number before you start your clients. In a C program, you can specify the socket file or port number arguments in the ...Start ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-configuring-io-capacity.html
InnoDB attempts to perform these tasks in a way that does not adversely affect the normal working of the server. For busy systems capable of higher I/O rates, you can set a higher value to help the server handle the background maintenance work ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-loadable-function.html
During the normal startup sequence, the server loads functions registered in the mysql.func table. To distinguish between SQL and C++ usage, XXX() (uppercase) indicates an SQL function call, and xxx() (lowercase) indicates a C++ function call. The ...You can define simple functions that operate on a single row at a time, or aggregate functions that operate on groups of ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-windows.html
Microsoft Windows XP and newer includes at least one ODBC driver for Microsoft SQL Server, so additional actions are likely not required on your system. Multiple SQL Server driver options exist, as described in this section. Figure 10.39 Windows ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-example.html
Shut down and restart each MySQL server acting as an SQL node in the cluster using mysqladmin shutdown followed by mysqld_safe (or another startup script). This should be similar to what is shown here, where password is the MySQL root password for a ...Restarting the cluster management server requires that you issue separate commands to stop the management server and then to start it again, as follows: Stop the management server using the management client STOP command, as shown here: ndb_mgm> 10 STOP Node 10 has shut ...
Displaying 371 to 380 of 3917 total results