Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-client.html
If you experience problems starting an MySQL Cluster Manager client session because the client fails to connect, see Can't connect to [local] MySQL server, for some reasons why this might occur, as well as suggestions for some possible solutions.
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-tuning.html
The recommendation initial setting for this system variable is the number of physical cores times 32. In addition, the value of the thread_pool_stall_limit system variable determines the handling of blocked and long-running statements. Of chief ...
https://dev.mysql.com/doc/refman/8.4/en/command-line-options.html
The MySQL server has certain command options that may be specified only at startup, and a set of system variables, some of which may be set at startup, at runtime, or both. (This is also true for system variables set within option files.) For ...For ... Program options specified on the command line follow these rules: Options are given after the command ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
The query_attributes component must be installed on the server (see Prerequisites for Using Query Attributes) before attributes can be searched for and used on the server side. Query-attributes support varies by server version: Prior to MySQL Server ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
The query_attributes component must be installed on the server (see Prerequisites for Using Query Attributes) before attributes can be searched for and used on the server side. Query-attributes support varies by server version: Prior to MySQL Server ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/internals/en/dbug-sleep.html
Not even the system variable 'debug' exists in a non-debug server. Setting the possibly not existing variable can be protected by the --error 0, ER_UNKNOWN_SYSTEM_VARIABLE command. It says that the next statement can either succeed (0) or fail ...
https://dev.mysql.com/doc/refman/8.4/en/replication-privilege-checks.html
The default setting, STREAM, sets the session value of the sql_require_primary_key system variable using the value that is replicated from the source for each transaction. When REQUIRE_ROW_FORMAT is set for a replication channel, the replication ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api-components.html
Command-line options and system variables: The --plugin-load option enables plugins to be loaded at server startup time. The plugin_dir system variable indicates the location of the directory where all plugins must be installed. The value of this ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-case-sensitivity.html
The lower_case_table_names system variable also affects how the server handles identifier case sensitivity, as described later in this section. How table and database names are stored on disk and used in MySQL is affected by the ...Consequently, the ... In MySQL, databases correspond to directories within the data ...