Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-osb.html
backup_file_name: The file name provided by the user through the --backup-image=sbt:name option. Multiple entries, one for each volume label, are created in the mysql.backup_sbt_history table, if the backup is split across multiple volumes. Tape ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-scoring-a-recommendation-model.html
For the option to set the user name, you can set it to NULL. The following example runs ML_SCORE on the testing dataset previously created. After generating predicted ratings/rankings and recommendations, you can score the model to assess its ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-example-data.html
If no primary key is defined by the user when a table is created, the NDBCLUSTER storage engine automatically generates a hidden one. To specify this, use the ENGINE=NDBCLUSTER or ENGINE=NDB option when creating the table: CREATE TABLE tbl_name ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-firewall.html
Firewall Rules and Information The Firewall Rules tab lists the active and recorded rules for a given user, the state of each rule, and includes options to add, delete, and save rules. For example, RECORDING rules in MySQL Workbench records the ...
https://dev.mysql.com/doc/internals/en/determining-authentication-method.html
Method used for authentication is tied to the user account and stored in the plugin column of mysql.user table. Client informs about the user account it wants to log into in the Handshake Response Packet. Only then server can look-up the mysql.user ...However, to save some round-trips, server and client start authentication exchange already in the initial handshake using an optimistic guess of the authentication method to be ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-workflow-nonserver-products.html
After configuring MySQL Router, the root account exists in the user table as root@localhost (local) only, instead of root@% (remote). During the initial setup, choose any predetermined setup type, except Server only, to install the latest GA ...
https://dev.mysql.com/doc/mysql-installer/en/server-file-permission-options.html
You have the following options: MySQL Installer can configure the folders and files with full control granted exclusively to the user running the Windows service, if applicable, and to the Administrators group. Have MySQL Installer use a ...
https://dev.mysql.com/doc/ndbapi/en/index.html
Users of older NDB Cluster releases should upgrade to the latest available release of NDB Cluster 8.0, which is the most recent GA release series, or to the NDB Cluster 8.4 LTS series. For help with using MySQL, please visit the MySQL Forums, where ... MySQL NDB Cluster API Developer Guide This is the MySQL NDB Cluster API Developer Guide, which provides information about developing applications using MySQL NDB Cluster as a data ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Examples: mysqlx://user:password@host:port/db?compression=DISABLED mysqlx://user:password@host:port/db?compression=PREFERRED mysqlx://user:password@host:port/db?compression=REQUIRED SessionSettings objects permit a SessionOption::COMPRESSION option ... Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-4-0-0.html
It was not possible to monitor a MySQL database target if the user's password included an equals sign (=). Important As of this release, 13.2.4.0.0, MySQL 8 is supported. It is not possible to monitor MySQL 8 with earlier versions of Oracle ...