Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/heatwave/en/mys-hw-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement that is only available in MySQL HeatWave on AWS. It can do the following: Optimize the loading of data sorted by primary key. Monitor bulk load progress with the Performance Schema (As ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-sql-mode.html
Using different server SQL mode settings on the source and the replica may cause the same INSERT statements to be handled differently on the source and the replica, leading the source and replica to diverge. For best results, you should always use ...This advice applies whether you are using statement-based or row-based ...
https://dev.mysql.com/doc/refman/8.4/en/replication-statements-replica.html
Section 15.4.1, “SQL Statements for Controlling Source Servers”, discusses statements for managing source servers. In addition to the statements described here, SHOW REPLICA STATUS and SHOW RELAYLOG EVENTS are also used with replicas. For ...
https://dev.mysql.com/doc/refman/8.4/en/selinux-policies.html
MySQL Server SELinux policy modules are typically installed by default. MySQL Server SELinux policy modules include: mysqld_selinux mysqld_safe_selinux For information about MySQL Server SELinux policy modules, refer to the SELinux manual pages.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restoring.html
The ultimate purpose of backup data is to help recover from a database issue or to create a clone of the original database server in another location (typically, to run report queries or to create a new replica). If a hardware issue requires ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-starting.html
The process of configuring MySQL Router to automatically start when the host reboots is similar to the steps needed for MySQL server, which is described at Starting and Stopping MySQL Automatically. Although Router searches a predetermined list of ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-side-failover-xdevapi.html
Notice that the server failover feature for X DevAPI only allows for a failover when Connector/J is trying to establish a connection, but not during operations after a connection has already been made. Configuring Server Failover Using X DevAPI with ... When using the X Protocol, Connector/J supports a client-side failover feature for establishing a ...
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
Host: Select localhost for local connections only or <All Hosts (%)> when remote connections to the server are required. Accounts authenticated by the Windows operating system can access the MySQL server without providing an additional password.