Search



Search Results
Displaying 481 to 490 of 3565 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-iam-policy.html
This can be the MySQL Administrator user specified when creating the DB System (see Creating a DB System) or a MySQL user account created on the DB System using CREATE USER . If you are not the MySQL Administrator and you do not have a MySQL user ...
https://dev.mysql.com/doc/refman/8.4/en/system-schema.html
Note Like the mysql.func system table, the Performance Schema user_defined_functions table lists loadable functions installed using CREATE FUNCTION. Previously, these tables were created in individual tablespace files in the mysql database directory. Grant System Tables These system tables contain grant information about user accounts and the privileges held by ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model.html
NULL values for any row in the users or items columns generates an error. It only applies to the recommendations items, users, users_to_items, and items_to_users. Generate Item Recommendations for Users Generate User Recommendations for Items ...To ...
https://dev.mysql.com/doc/refman/8.4/en/connecting.html
For a client program to connect to the MySQL server, it must use the proper connection parameters, such as the name of the host where the server is running and the user name and password of your MySQL account. The default user name is ODBC on ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
The log_filter_dragnet log filter component enables log filtering based on user-defined rules. Error symbols are recognized only in comparisons with the err_code field and user-defined fields. Using perror, determine the error symbols: $> perror ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-status-variable-summary-tables.html
Each status variable summary table has one or more grouping columns to indicate how the table aggregates status values: status_by_account has USER, HOST, and VARIABLE_NAME columns to summarize status variables by account. status_by_user has USER and ... The Performance Schema makes status variable information available in the tables described in Section 29.12.15, “Performance Schema Status Variable ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-using-parameters.html
Use the following connection related parameters: --user (-u) value --host (-h) value --port (-P) value --schema or --database (-D) value --socket (-S) The command options behave similarly to the options used with the mysql client described at ... In ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model.html
NULL values for any row in the users or items columns generates an error. It only applies to the recommendations items, users, users_to_items, and items_to_users. Generate Item Recommendations for Users Generate User Recommendations for Items ...To ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
Create a table that satisfies the following criteria: To qualify as a valid embedding table, the table must contain the following columns: A string column containing the text segments. OutputTableName: the name of the table where you want to create ... As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector ...
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
MySQL supports locking and unlocking user accounts using the ACCOUNT LOCK and ACCOUNT UNLOCK clauses for the CREATE USER and ALTER USER statements: When used with CREATE USER, these clauses specify the initial locking state for a new account. The ...In the absence of either clause, the account is created in an unlocked ...
Displaying 481 to 490 of 3565 total results