Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-serverprep.html
For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, file_size MEDIUMINT UNSIGNED NOT NULL, file MEDIUMBLOB NOT NULL); After creating ... The first step is using MySQL with BLOB data is to configure the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-serverprep.html
For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, file_size MEDIUMINT UNSIGNED NOT NULL, file MEDIUMBLOB NOT NULL); After creating ... The first step is using MySQL with BLOB data is to configure the ...
https://dev.mysql.com/doc/mysql-installer/en/server-advanced-options.html
For more information, see the description of the server_id system variable. The advanced-configuration options include: Server ID Set the unique identifier used in a replication topology. If binary logging is enabled, you must specify a server ID.
https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
However, this does not mean the client does not have to deal with the exception that triggered the server switch. The failover is configured at the initial setup stage of the server connection by the connection URL (see explanations for its format ...A failover happens when connection-related errors occur for an underlying, active ...
https://dev.mysql.com/doc/connector-j/en/connector-j-config-failover.html
However, this does not mean the client does not have to deal with the exception that triggered the server switch. The failover is configured at the initial setup stage of the server connection by the connection URL (see explanations for its format ...A failover happens when connection-related errors occur for an underlying, active ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-compared.html
MySQL Server offers a number of choices in storage engines. Since both NDB and InnoDB can serve as transactional MySQL storage engines, users of MySQL Server sometimes become interested in NDB Cluster. While NDB and InnoDB share common ...They see ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-server-operations.html
The server_operations table contains entries for all ongoing NDB operations that the current SQL node (MySQL Server) is currently involved in. (Currently, the MySQL Server does not expose the NDB API transaction ID of an ongoing transaction.) The ...It effectively is a subset of the cluster_operations table, in which operations for other SQL and API nodes are not ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-server-transactions.html
The server_transactions table is subset of the cluster_transactions table, but includes only those transactions in which the current SQL node (MySQL Server) is a participant, while including the relevant connection IDs. (Currently, the MySQL Server ...Together with the block name, this number can be used to look up a given instance in the threadblocks ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-set-server-option.html
int mysql_set_server_option(MYSQL *mysql, enum enum_mysql_set_option option) Description Enables or disables an option for the connection. CR_SERVER_LOST The connection to the server was lost during the query. ER_UNKNOWN_COM_ERROR The server did ...
https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up automatically when Windows starts. Configure MySQL server as a Windows service (Selected by default.) When the default ...