Search



Search Results
Displaying 561 to 570 of 1437 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-using-character-sets.html
To try and alleviate this, MySQL Connector/NET supports a mode where binary blobs can be treated as strings. Also, be aware that this mode does not apply to columns of type BINARY or VARBINARY and also do not apply to nonbinary BLOB columns.
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-problems.html
Enabling Debug Mode: typically debug mode is not enabled as it decreases performance. While configuring a Connector/ODBC DSN, a Could Not Load Translator or Setup Library error occurs For more information, refer to MS KnowledgeBase Article(Q260558).
https://dev.mysql.com/doc/internals/en/cs-sect-expired-password.html
All other statements fail with an error like this: mysql> SELECT 1; ERROR 1820 (HY000): You must SET PASSWORD before executing this statement On the protocol side exists a safeguard CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS to protect clients from running ...If a account is expired, the session is in a restricted mode which only permits SET PASSWORD ...
https://dev.mysql.com/doc/internals/en/prepared-stored.html
Execution of such statements is performed in a batch mode, one query processed by the server at a time. The original implementation is streamlined for this mode and has a single global connection state THD shared among all operational steps. When ...
https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
This section provides information about the data types defined by the MGM API. The types described in this section are all defined in the file /storage/ndb/include/mgmapi/mgmapi.h, with the exception of Ndb_logevent_type, ndb_mgm_event_severity, ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbindexoperation.html
Signature int readTuple ( LockMode mode ) Parameters mode specifies the locking mode used by the read operation. NdbIndexOperation Class Overview NdbIndexOperation::deleteTuple() NdbIndexOperation::getIndex() NdbIndexOperation::readTuple() ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
Permitted Ssl-Mode values are None, Required (the default), VerifyCA, and VerifyFull. With this change, a non-SSL enabled server now requires the Ssl-Mode option be set to None explicitly in the connection string or the connection will fail. (Bug ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation.html
To perform an unattended installation, specify the installation mode as unattended by using the mode command line option. In this mode, you specify all the installation parameters, such as the installation directory, and user, password, and network ... This section explains how to automate the install and upgrade procedures for MySQL Enterprise Service Manager and MySQL Enterprise Monitor Agent components, to perform those operations across one or multiple machines without any user ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-load.html
For example: mysql> SET @options = JSON_OBJECT('mode', 'dryrun', 'external_tables', CAST(@ext_tables AS JSON)); To implement the changes as part of the load command, set mode to normal. Note Do not use the external_tables option as of MySQL 8.4.0.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-parallel-load-overview.html
Requirements and Privileges for Auto Parallel Load To run Auto Parallel Load in normal mode, the MySQL HeatWave Cluster must be active. Any setting for the strict mode option (STRICT_LOAD or is_strict_mode) does not affect inference for temporal ...
Displaying 561 to 570 of 1437 total results