Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/en/specifying-instances.html
MySQL Shell enables you to work with various APIs, and supports specifying connections as explained in Connecting to the Server Using URI-Like Strings or Key-Value Pairs. For AdminAPI operations, you can only connect to server instances in an ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystems-intro.html
MySQL Server 1.2 MySQL Server The MySQL Server on MySQL HeatWave on AWS is built on the MySQL Enterprise Edition Server, which allows developers to quickly create and deploy secure cloud native applications using the world's most popular open ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-moving-data-files-offline.html
The innodb_directories variable, which defines directories to scan at startup for tablespace files, supports moving or restoring tablespace files to a new location while the server is offline. The directories defined by the innodb_data_home_dir, ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-typemapping.html
The following table shows the mapping between Microsoft SQL Server (source) data types and MySQL data types. MySQL Server 5.6 and higher can have CHAR columns with a length up to 255 characters. MySQL Server 5.6 and higher can have VARCHAR columns ...Table 10.2 Type mapping Source Type MySQL Type Comment INT INT TINYINT TINYINT UNSIGNED flag set in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore-cloud.html
To restore a backup image from cloud storage to datadir on the server, use the cloud storage options, and also the --backup-dir option to specify the temporary directory into which temporary output, status files, and backup metadata will be saved: ...
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/refman/9.7/en/mysql-command-options.html
This option applies only if the server was started with the named_pipe system variable enabled to support named-pipe connections. This option applies only if the server was started with the shared_memory system variable enabled to support ...It's a ... mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option ...
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 ...