Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-deb.html
The two package types are: mysql-connector-odbc: This driver package installs MySQL ODBC driver libraries and the installer tool. It installs these files: ${LibDir}/odbc/libmyodbc9a.so ${LibDir}/odbc/libmyodbc9w.so ${BinDir}/myodbc-installer ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. This enables applications to support pools of connections to different MySQL servers, for example. Applications that can ...A pool opens a number of connections and handles thread safety when providing connections to ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
The MySQL Reference Manual has a discussion of floating-point numbers in Section 11.2 Numeric Types, including details about the storage. Let us now take up the story from where the MySQL Reference Manual leaves off. This document was created when ...The following discussion concentrates on the case where no display width and decimals are ...
https://dev.mysql.com/doc/mysql-installer/en/preface.html
This document describes MySQL Installer, an application that simplifies the installation and updating process for a wide range of MySQL products, including MySQL Workbench and MySQL Shell. If you are using a Commercial release of MySQL Installer, ...License Restrictions This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-best-hybrid-ref.html
Development is the group of MySQL instances where the product is developed and tested. Production is the group of MySQL instances to which the finished product is deployed for customers to use. Changes made at that level can affect all users of the ...Users are assigned to roles with varying access to the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-config-properties-file-location.html
#Thu Aug 15 13:35:56 PDT 2013 mysql.use_ssl=true mysql.user=service_manager mysql.port=13306 key=8577667A79DF5275 mysql.pass=BMcsacZdrMmM7mrnFExURHDuxp4C3hcrZyxcpC2QhiE\= mysql.verify_server_cert=false mysql.server=localhost mysql.db=mem Note The ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-remove-osx.html
Removing MySQL Enterprise Service Manager To uninstall MySQL Enterprise Service Manager, run the uninstall.app located in the root directory of your MySQL Enterprise Service Manager installation. If you do not want to backup the data, you can ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-asset-agent-management.html
The Agents view configuration view enables you to view all MySQL Enterprise Monitor Agents currently registered with the MySQL Enterprise Service Manager. Note It is also possible to delete agents from the MySQL Enterprise Monitor inventory using ...To view the agent status and configuration, select Agents from the Configuration section of the navigation ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-menus-navigation-sidebar.html
For example, the Metrics menu, User Statistics, is displayed only if a MySQL instance is selected, not if a host, agent, or All Targets is selected Overview Overview: opens the Overview dashboard. This page utilizes the sys schema and is only ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-find.html
mysql-js> myColl.find("$**.b3**.b2").execute(); { "a": "bar", "b": { "b1": 6, "b2": 7, "b3": { "b1": 99, "b2": 98, "b3": { "b1": 999, "b2": 998 } } }, "_id": "000061313aa10000000000000001" } 1 document in set, 1 warning (0.0011 sec) ... The % and _ ... The find(SearchConditionStr) function is for searching documents in a collection, similar to the SELECT statement for an SQL ...