Search



Search Results
Displaying 481 to 490 of 3917 total results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
Init Replica A string to be executed by a replica server each time the SQL thread starts. Source Inet Address The internet address as determined by the collecting agent, so as to mimic the DNS lookup as close as possible to what the mysql server ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-binary.html
For management nodes and data nodes, it is not necessary to install the MySQL Server binary; however, each management node requires the management server daemon (ndb_mgmd.exe); each data node requires the data node daemon (ndbd.exe or ndbmtd.exe).
https://dev.mysql.com/doc/internals/en/x-protocol-use-cases-use-cases.html
Topics in this section: Prepared Statements with Single Round-Trip Streaming Inserts SQL with Multiple Resultsets Inserting CRUD Data in a Batch Cross-Collection Update and Delete Prepared Statements with Single Round-Trip In the MySQL ...Figure ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. To allow the fractional seconds to be sent to the ... Version 8.0.23 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.replica.html
MySQL Enterprise Backup allows you to set up a replica server (referred to as the “replica” below) by backing up the source server (referred to as the “source” below) and restoring the backup on a new replica, without having to stop the ...
https://dev.mysql.com/doc/refman/8.4/en/no-login-pluggable-authentication.html
The mysql_no_login server-side authentication plugin prevents all client connections to any account that uses it. To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the ...If ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-security-standard-rules.html
There are two potential security issues with supporting the LOCAL version of LOAD DATA statements: The transfer of the file from the client host to the server host is initiated by the MySQL server. In a Web environment where the clients are ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-pkg.html
Note Before proceeding with the installation, be sure to stop all running MySQL server instances by using either the MySQL Manager Application (on macOS Server), the preference pane, or mysqladmin shutdown on the command line. For example, for MySQL ...To install MySQL using the package installer: Download the disk image (.dmg) file (the community version is available here) that contains the MySQL package ...
https://dev.mysql.com/doc/refman/8.4/en/replication-howto-slavebaseconfig.html
If you are shutting down the replica server, you can edit the [mysqld] section of the configuration file to specify a unique server ID. Each replica must have a unique server ID, as specified by the server_id system variable. If you are setting up ...If the replica's server ID is not already set, or the current value conflicts with the value that you have chosen for the source or another replica, you must change ...
https://dev.mysql.com/doc/refman/8.4/en/set-variable.html
SET can also be used to persist certain system variables to the mysqld-auto.cnf file in the data directory, to affect server operation for subsequent startups. SET counter = counter + increment; END WHILE; END; System Variable Assignment The MySQL ...| @@] system_var_name } SET syntax for variable assignment enables you to assign values to different types of variables that affect the operation of the server or clients: User-defined ...variable: { ...
Displaying 481 to 490 of 3917 total results