Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-threads-table.html
row *************************** THREAD_ID: 1 NAME: thread/sql/main TYPE: BACKGROUND PROCESSLIST_ID: NULL PROCESSLIST_USER: NULL PROCESSLIST_HOST: NULL PROCESSLIST_DB: mysql PROCESSLIST_COMMAND: NULL PROCESSLIST_TIME: 418094 PROCESSLIST_STATE: NULL ... The threads table contains a row for each server ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
Certain configuration attributes, such as those relating to TCP connections, apply to connections between processes rather than to individual processes or individual process types. As shown elsewhere (see Setting Attributes for mysqld nodes), when ... reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] process_specification: [process_name][:process_id] process_name: {ndb_mgmd|ndbd|ndbmtd|mysqld|ndbapi} This command resets an attribute to its default ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #25650912) X DevAPI: Connector/J now supports the ability ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
The default behavior is: client_ssl_mode = PREFERRED server_ssl_mode = AS_CLIENT This establishes TLS connections between the client and Router if the client desires switching to TLS and the server supports TLS. To connect a TLS session to a server, ... Important This section is a draft and subject to ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
Applications connect to Router normally as if they were connecting to an ordinary MySQL server. Whenever an application connects to Router, Router chooses a suitable MySQL server from the pool of candidates that it knows about, and then connects to ... MySQL Router works by sitting in between applications and MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-admin-server-management.html
Manage your MySQL instances with a comprehensive view of your MySQL server connections. MySQL Connection Navigator The Navigator area of the sidebar panel has an Administration secondary tab (previously named Management) with functionality to ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html
Before synchronizing your new model with the live MySQL server, confirm that you already created a MySQL connection. If not, see Section 5.2, “Creating A New MySQL Connection (Tutorial)” and use that tutorial to create a MySQL connection named ... This tutorial describes how to create a new database model and how to forward-engineer a model to a live MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-time-instants.html
Incoming values are converted by server from the connection session's time zone to Coordinated Universal Time (UTC) for storage, and outgoing values are converted from UTC to the session time zone. The rest of the section discusses how to preserve ... Background A time instant is a specific moment on a ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 version. This chapter describes how to configure and use the EF6 features that are implemented ...Install the NuGet package to add this reference automatically to the app.config or web.config file during the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
For example, to create a stored procedure named add_emp, use the CommandText property with the default command type (SQL text commands) to execute each individual SQL statement in the context of your command that has an open connection to a server.