Search Results
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-introduction.html
Connector/C++ Benefits X DevAPI and X DevAPI for C Legacy JDBC API and JDBC Compatibility Platform Support and Prerequisites Connector/C++ Benefits MySQL Connector/C++ offers the following benefits for C++ users compared to the MySQL C API provided ... MySQL Connector/C++ is a MySQL database connector for C++ applications that connect to MySQL ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-deploying-basic-routing.html
For example: $> ./bin/mysql --user=root --port 7001 --protocol=TCP That will first connect to foo.example.org, and then bar.example.org next, then baz.example.org, and the fourth call goes back to foo.example.org. Instead, we configured port 7002 ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/add-instance-replicaset.html
The user you specify must have the privileges required and must be the same on all instances in the ReplicaSet. For example, to add the instance at rs-2, port number 3306, and user rsadmin, issue: mysql-js> rs.addInstance('rsadmin@rs-2:3306') Adding ... To add instances to a ReplicaSet, complete the following steps: Use the ReplicaSet.addInstance(instance) operation to add secondary instances to the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-routing-guidelines-editing.html
rg.set_destination_option("EU_Regions", "match", "$.server.address in ['eu-central-1.example.com', 'eu-west-1.example.com']"); The following example updates a route named read_traffic to match only read only session users. The following topics are ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-tagging.html
A configurable tag framework is available to allow the metadata of InnoDB Cluster, InnoDB ClusterSet, or InnoDB ReplicaSet to be marked with additional information. Tags make it possible to associate custom key-value pairs to a Cluster, ReplicaSet, ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-reporting-builtin-thread.html
The built-in MySQL Shell report thread provides detailed information about a specific thread in the connected MySQL server. The report works with servers running all supported MySQL 5.7 and MySQL 8.0 versions. If any item of information is not ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-debug-highload-diagnostics.html
For example: {"customShell": ["command1", "command2", "command3"]} Important These commands run with the privileges of the user running MySQL Shell and should be used with caution. About the Utility Requirements and Restrictions Running the Utility ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/services-for-plugins.html
This service provides setter and getter routines to access attributes of the server Security_context class, which includes attributes such as operating system user and host, authenticated user and host, and client IP address. MySQL server plugins ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/mys-mysqlai-ml-model-types.html
Recommendation models that rate users or items to use with explicit feedback: Baseline CoClustering NormalPredictor SlopeOne Matrix factorization models: SVD SVDpp NMF Recommendation models that rank users or items to use with implicit feedback: ...
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/9.7/en/index.html
For additional MySQL Enterprise Backup 9.7 documentation, see the MySQL Enterprise Backup User's Guide (Version 9.7.0). For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Abstract ...