Search



Search Results
Displaying 801 to 810 of 2852 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
PLUGIN_OPT_ALLOW_EARLY: The plugin can be loaded early in the server startup sequence with the --early-plugin-load option. This is the value that identifies the plugin as being legal for use in a WITH PARSER clause when creating a FULLTEXT index.
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
Typically this occurs where an intermediary table is created to resolve a many-to-many relationship. A non-identifying relationship: identified by a broken (dashed) line between tables Create or drag and drop the tables that you wish to connect. In ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-last-insert-id.html
getGeneratedKeys() is the preferred method to use if you need to retrieve AUTO_INCREMENT keys and through JDBC; this is illustrated in the first example below. The second example shows how you can retrieve the same value using a standard SELECT ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
For instructions about how to use connection strings, see Section 4.4.1, “Creating a Connector/NET Connection String”. An error is raised if both dns-srv=false and the URI scheme of mysqlx+srv:// are combined to create a conflicting connection ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET applications. Creating the Authentication Plugin Class You put the authentication plugin logic inside a new class derived from ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
You can also create custom listeners to allow trace messages to be written to other destinations as mobile devices and web services. The first thing you need to do is create a suitable app.config file for your application. Another possibility is to ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-efmodel-ddl.html
This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. In the Generate Database Wizard dialog select an existing connection, or create a new connection to a server. You have seen how to create MySQL DDL code from an ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
Before working through this tutorial, familiarize yourself with the CREATE PROCEDURE and CREATE FUNCTION statements that create different kinds of stored routines. For the purposes of this tutorial, you will create a simple stored procedure to see ...Putting database-intensive operations into stored procedures lets you define an API for your database ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). With either the pool_name or pool_size argument ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
For instructions about how to use connection strings, see Section 4.1, “Creating a Connector/NET Connection String”. An error is raised if both dns-srv=false and the URI scheme of mysqlx+srv:// are combined to create a conflicting connection ...
Displaying 801 to 810 of 2852 total results