Search Results
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. import asyncio import os import time from ...Functions ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-roles.html
Currently, MySQL Connector/NET includes web providers for membership (or simple membership), roles, profiles, session state, site map, and web personalization. It assumes that you have MySQL Server installed, along with Connector/NET and Microsoft ... Many websites feature the facility for the user to create a user ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
Installing Connector/Python also installs the mysql.connector.aio package that integrates asyncio with the connector to allow integrating asynchronous MySQL interactions with an application. import asyncio import os import time from ...Functions ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
Any X DevAPI Expression, wrapped in the expr() function (or mysql.expr() for MySQL Shell and some Connectors), so that it is not taken as a literal value. Here are some examples, which do not exhaust the possibilities of using mysql.expr(Expression) ... The modify(SearchConditionStr) function is for modifying documents in a collection, similar to an UPDATE statement for an SQL ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
To have passwords automatically expire after a specified number of days, add an entry similar to this under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): default_password_lifetime=120 A setting of 120 means that the ...It ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data.html
mysql> SET @input_list = '[{ "db_name": "bank_marketing", "tables": [{ "table_name": "bank_train", "engine_attribute": { "dialect": {"format": "csv", "has_header": true}, "file": [{"uri": "oci://mybucket@mynamespace/data_files/data_file_1.csv"}] } ... After setting up an external table with the files to load into the table, you run HEATWAVE_LOAD command to automatically create the table and load the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-vector-store-load.html
This topic contains the following sections: VECTOR_STORE_LOAD Syntax Syntax Examples See Also To learn about the privileges you need to run this routine, see Section 7.3, “MySQL HeatWave GenAI Roles and Privileges”. In earlier versions of MySQL, ... The VECTOR_STORE_LOAD routine generates vector embedding for the specified files or folders that are stored in the bucket, and loads the embeddings into a new vector store ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-autopilot-shape-advisor.html
Autopilot Shape Advisor 17.3 Autopilot Shape Advisor Use the Auto Shape Prediction feature in MySQL HeatWave Autopilot for MySQL HeatWave on AWS to analyze the workload and assess the suitability of the current MySQL shape. Note:The Auto Shape ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-security.html
Database access control and account management MySQL provides security features to control access and manage your account. Connection Control MySQL HeatWave on AWS supports a plugin library that enables Administrators to introduce an increasing ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
The MySQL server calls the audit log plugin to write an audit record to its log file whenever an auditable event occurs. Old-style XML format (audit_log_format=OLD): The original audit log format used by default in older MySQL series. Example: ...