Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
To create an instance of NdbScanOperation, it is necessary to use the NdbTransaction::getNdbScanOperation() method. When multiple index fragments are scanned in parallel, the results are sent back to NDB where they can optionally be merge-sorted ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
A session is the main user access path to the database. Batch createBatch() Creates a new, empty batch for collecting multiple operations to be executed together. In an application, you can invoke this function similarly to what is shown here: var ...Session extends Context getMapping(Object parameter, Function(Object err, Object mapping) callback); Get the mappings for a table or ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
Array getOpenSessions(); Get all open sessions that have been created by this SessionFactory. openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-17.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed README.md and CONTRIBUTING.md files were created for the convenience of git users. These files are not distributed with binaries, whereas README.txt remains distributed. (WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
Users installing using "rpm" or "dpkg" needs to install both the pure Python and C extension packages. That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Alternatively, the new priority ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-deployment-backup.html
$> mysqldump --single-transaction -uservice_manager -pPassword -P13306 -h127.0.0.1 —all-databases > mem.dump The above command creates a file, mem.dump, containing all MySQL Enterprise Service Manager data. To restore the dump file, run the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ssh-tunnel.html
If you run an SSH server on the machine that hosts the MySQL Enterprise Service Manager and an SSH client on the machine that hosts the agent, you can create an SSH tunnel so that the agent can bypass your firewall. Next, execute the following ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-unix.html
Installation creates the directory /opt/mysql/enterprise/agent, with the logs directory is located immediately below the agent directory. If the agent is not running, use the following command to view the last ten entries in the general Agent log ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-backup-dashboard-details.html
Backup Command Displays the full path and parameters of the backup command which created the backup. For example: meb-3-linux-64bit/bin/mysqlbackup --with-timestamp --backup-dir=/tmp/meb-server1.30006 --backup-image=/tmp/meb-server1.30006/my.mbi ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-verify-package.html
After downloading the MySQL package and before attempting to install it, ensure that the package is intact and has not been tampered with. There are two methods of integrity checking for MySQL Linux Generic Binary packages: MD5 Checksum and ...