Search Results
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
Invalid tokens generate a descriptive error message along with a red X icon and red token text. When all tokens resolve as valid (green text without an X icon), you can click OK to save the changes. Root Account Password Assigning a root password ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-error-handling.html
This section provides information about MGM API functions used for error handling. Each MGM API error is characterised by an error code and an error message. There may also be an error description that provides additional information about the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Each listing also includes the error's NDB error type, the corresponding MySQL Server error, and the text of the error message. Create foreign key failed - child table has Blob or Text column and on-delete-cascade is not allowed 21040 MySQL error.
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X DevAPI and X DevAPI for C), Connector/C++ now also supports the legacy API based on JDBC4. Applications written against the JDBC4-based API of Connector/C++ 1.1 can be also ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
(Bug #78426, Bug #21830667) Output parameters in combination with a command of type CommandType.Text were not supported. This fix changed how Connector/NET manages the parameters with an output direction for text commands. An Important Update ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-22.html
Now, it is permitted to send passwords without hashing or encryption by using mysql_clear_password on the client side together with any server-side plugin that needs a clear text password, such as for LDAP pluggable authentication. (Bug #31267800) ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Django 3.0 support while preserving compatibility with Django ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-exec-prepared-stmt.html
The execute_prepared_stmt_async routine creates a task that executes SQL statements asynchronously within an event stored in the schema_name schema. schema_name (VARCHAR(255)): specifies the schema to run the given SQL statements. If the schema is ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-authenticate-service.html
What's Next Learn how to perform the following tasks: Generate Text-Based Content Set Up a Vector Store Generate Vector Embeddings Perform a Vector Search Start a Conversational Chat . Note If the dynamic group belongs to the default identity ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-prepare-an-anomaly-detection-model.html
mysql> CREATE TABLE training_data ( log_id INT AUTO_INCREMENT PRIMARY KEY, log_message TEXT, timestamp DATETIME, target TINYINT ); Insert the sample data to be trained into the table. mysql> CREATE TABLE testing_data ( log_id INT AUTO_INCREMENT ...