Search Results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-wordexcel.html
Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel Worksheet, presenting the data as a series of rows and columns. You can use Microsoft Word and Microsoft Excel to access information ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-overview.html
The MySQL 8.0 Secure Deployment Guide documents procedures for deploying a Linux-generic binary distribution of MySQL Enterprise Edition Server with features for implementing and managing the security of your MySQL installation. Features required ...Enabling FIPS (Federal Information Processing Standards) mode, which imposes conditions on cryptographic operations such as restrictions on acceptable encryption algorithms or requirements for longer key lengths, is not covered in this ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign.html
Signing In 2.3 Signing In This procedure assumes that you are an Oracle Cloud Account customer registered to use MySQL HeatWave on AWS. Signing in to MySQL HeatWave on AWS requires: An Oracle Cloud Account name. This is the Oracle Cloud Account you ...Your user belongs to one of the user Groups described in Groups and ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Error number: 3550; Symbol: ER_IS_QUERY_INVALID_CLAUSE; SQLSTATE: HY000 Message: Information schema queries do not support the '%s' clause. Error number: 3954; Symbol: ER_MISPLACED_INTO; SQLSTATE: HY000 Message: Misplaced INTO clause, INTO is not ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
Additionally, the FreeTDS version provided by distributions may also be compiled for the wrong ODBC library (usually to unixODBC instead of iODBC, which MySQL Workbench uses). A script is provided to compile FreeTDS using the options required for ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-utilities.html
Welcome to the MySQL Utilities Client (mysqluc) version 1.6.5 Copyright (c) 2010, 2017 Oracle and/or its affiliates. MySQL Utilities is a package of utilities that are used for maintenance and administration of MySQL servers. They can be installed ...These utilities encapsulate a set of primitive commands, and bundles them so they can be used to perform macro operations with a single ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-linux.html
Select Microsoft SQL Server as the source database system and fill out the remaining options as described in this section. Figure 10.43 SQL Server Connection Parameters Example on Linux Source RDBMS connection parameters include: Database System: ...The available pre-configured DSN options will be available to choose ...
https://dev.mysql.com/doc/internals/en/x-protocol-xplugin-implementation-of-the-x-protocol.html
Topics in this section: Mysqlx.Sql::StmtExecute Collations The X Plugin implements the X Protocol for the MySQL Server. Mysqlx.Sql::StmtExecute StmtExecute implements several namespaces: sql The SQL interface which expects: .stmt to be a string ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-dmlstatementactivity-category.html
Dealloc SQL (Delta) The total number of DEALLOCATE PREPARE statements executed. Stmt Close (Delta) The total number of DEALLOCATE PREPARE statements, or mysql_stmt_close() calls, executed. Stmt Execute (Delta) The total number of EXECUTE statements, ... Lists the DML Statement Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
The country code is placed in a Map with the key "country", which is the parameter is named in the SQL query. Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the ...