Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator.html
MySQL Configurator is a standalone application designed to ease the complexity of configuring a MySQL server to run MySQL on Microsoft Windows. It is bundled with the MySQL server, in both the MSI and standalone Zip archive. Methods to Start MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster.html
MySQL InnoDB Cluster provides a complete high availability solution for MySQL. By using AdminAPI, which is included with MySQL Shell, you can easily configure and administer a group of at least three MySQL server instances to function as an InnoDB ...AdminAPI removes the need to work directly with Group Replication in an InnoDB Cluster, but for more information see Group Replication which explains the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
This section provides information about the way in which MySQL data types are represented in NDBCLUSTER table columns and how these values can be accessed in NDB API applications. The MySQL TINYINT, SMALLINT, INT, and BIGINT data types map to NDB ...For most (but not all) character sets, each character takes one byte of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mysqld.html
To be used with NDB Cluster, mysqld needs to be built with support for the NDB storage engine, as it is in the precompiled binaries available from https://dev.mysql.com/downloads/. If you build MySQL from source, you must invoke CMake with the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-oci-marketplace-deploy.html
To deploy MySQL EE on Oracle Cloud Infrastructure, do the following: Open the OCI Marketplace and search for MySQL. By default, the MySQL server listens on port 3306 and is configured with a single user, root. Important When the deployment is ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-global-variables.html
MySQL Shell includes a number of built-in global objects that exist in both JavaScript and Python modes. The built-in MySQL Shell global objects are as follows: session is available when a global session is established, and represents the global ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-log-sql.html
You can log all SQL statements executed by MySQL Shell commands or utilities to the MySQL Shell log file. The application log level must be set to at least INFO (5), for these messages to be written to the MySQL Shell log. SQL Logging Options MySQL ...Note logSql replaces dba.logSql if dba.logSql is disabled, logSql takes ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions-after.html
If you started MySQL Shell without connecting to a MySQL Server instance, you can use MySQL Shell's \connect command or the shell.connect() method to initiate a connection and create the session global object. MySQL Shell's \connect command is used ...This connection method can use a URI-like connection string, with the selected protocol specified as the scheme ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting.html
MySQL Shell enables you to set up and run reports to display live information from a MySQL server, such as status and performance information. MySQL Shell's reporting facility supports both built-in reports and user-defined reports. Reports can be ...A report is a plain JavaScript or Python function that performs operations to generate the desired ...
https://dev.mysql.com/doc/internals/en/mysql-server.html
dispatch_command Mysql-5.5 sql/sql_parse.cc:869 mysql_binlog_send Mysql-5.5 sql/sql_repl.cc:436 Mysql-5.6 sql/rpl_master.cc mysql_stmt_get_longdata Mysql-5.5 sql/sql_prepare.cc:2802 mysqld_stmt_prepare Mysql-5.5 sql/sql_prepare.cc:2165 ...