Search



Search Results
Displaying 51 to 60 of 2135 total results
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
Password verification, to require that password changes also specify the current password to be replaced. Internal Versus External Credentials Storage Password Expiration Policy Password Reuse Policy Password Verification-Required Policy Dual ...
https://dev.mysql.com/doc/refman/8.4/en/rewriter-query-rewrite-plugin-usage.html
row *************************** id: 1 pattern: SELECT ? pattern_database: NULL replacement: SELECT ? + 1 enabled: YES message: NULL pattern_digest: NULL normalized_pattern: NULL The rule specifies a pattern template indicating which SELECT ...The ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
If it does, the relative part of the path is replaced with the absolute path set using the --log-bin option. Only those statements are written to the binary log where the default database (that is, the one selected by USE) is db_name. To specify ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-byo-embedding-tables.html
In the ML_RAG_TABLE routine, specify the table columns containing the input queries and for storing the generated outputs: mysql> CALL sys.ML_RAG_TABLE("InputDBName.InputTableName.InputColumn", "OutputDBName.OutputTableName.OutputColumn", @options); ...For possible values, to view the list of available embedding models, see In-Database Embedding ... GenAI lets you use ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
You can rename or remove (and replace) the initial mydb schema. Include Model: Adds the database objects defined within an existing model file to the active MySQL model and to its diagram, if applicable. MySQL Workbench handles the script as ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo.html
ndbinfo is a database containing information specific to NDB Cluster. This database contains a number of tables, each providing a different sort of data about NDB Cluster node status, resource usage, and operations. This is true even when using the ...You can find more detailed information about each of these tables in the next several ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-load.html
To set up a new vector store using an object URI, perform the following steps: To create the vector store table, use a new or existing database: mysql> USE DBName; Replace DBName with the database name. To set up a new vector store, perform the ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
If you use the --databases or --all-databases option to process all tables in one or more databases, an invocation of mysqlcheck might take a long time. There are three general ways to invoke mysqlcheck: mysqlcheck [options] db_name [tbl_name ...] ... The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
YourSQL','When comparing databases ...'), -> ('MySQL Security','When configured properly, MySQL ...'), -> ('Database, Database, Database','database database database'), -> ('1001 MySQL Tricks','1. | 0.36289870738983154 | | 1 | MySQL Tutorial | This ... MySQL can perform boolean full-text searches using the IN BOOLEAN MODE ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the database. The following example shows the process of creating a database from existing code. It consists of two ...
Displaying 51 to 60 of 2135 total results