Search



Search Results
Displaying 781 to 790 of 2167 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-mysqlai-chat.html
The new query and response replaces the last entry stored in the chat_history parameter. To view the list of available embedding models, see In-Database Embedding Model. The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import.html
Management Navigator Databases and/or Tables SQL SQL Detailed database and table operations, standard backup/restore behavior using the mysqldump command and meta data, includes control over how data is handled, and includes meta data. Management ...
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-live-server.html
Select the model that you wish to forward engineer and then choose the Database, Forward Engineer menu item from the main menu. The first step of the process is to connect to a MySQL server to create the new database schema. The next page enables ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
For example, if you select the role BackupAdmin, the privileges granted include EVENT, LOCK TABLES, SELECT, SHOW DATABASES. The Administration - Users and Privileges tab provides a list of all users and privileges that relate to an active MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-view-overview-physical-schemas.html
The other three buttons on the panel control how database object information is displayed, specifically: The left button displays database objects as large icons. 9.1.1.4.1 The Schema Objects Panel The Physical Schemas panel has the following ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-errors.html
The following code example shows how to manage the response of an application based on the actual error: C# Example MySql.Data.MySqlClient.MySqlConnection conn; string myConnectionString; myConnectionString = "server=127.0.0.1;uid=root;" + ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class methods enable you to perform the following database operations: Query a database Insert, update, and delete data Return a single value Command-based ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-efmodel-ddl.html
In the Properties panel, locate the DDL Generation Template in the category Database Script Generation. From the menu select Generate Database from Model to open the Generate Database Wizard dialog. In the Generate Database Wizard dialog select an ... This tutorial demonstrates how to create MySQL DDL from an Entity Framework ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. Commands for the mysql Command-Line Client are given here: CREATE DATABASE TestDB; USE TestDB; CREATE TABLE ... This tutorial teaches you how to use the MySqlScript ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + "CertificateFile=H:\\git\\mysql-trunk\\mysql-test\\std_data\\client.pfx;" + "CertificatePassword=pass;" + "SslMode=Required ")) { connection.Open(); } The ...
Displaying 781 to 790 of 2167 total results