Search



Search Results
Displaying 2631 to 2640 of 4186 total results
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-drivers.html
Operating systems usually provide a graphical interface to help set up ODBC drivers and data sources. Typically you need to provide a name for the data source (the DSN), in addition to the database server IP, port, username, and sometimes the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
The user could enter a string that generates a runtime error, or in the worst case actually harms the system. This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-macos.html
macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other hosts. The macOS installation binaries bundle OpenSSL, while the compressed tar archives do not and require ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
The user could enter a string that generates a runtime error, or in the worst case actually harms the system. This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-net-csharp.html
The following sample creates a table my_odbc_net and demonstrates its use in C#. { for (int i=0; i < MyOdbcException.Errors.Count; i++) { Console.Write("ERROR #" + i + "\n" + "Message: " + MyOdbcException.Errors[i].Message + "\n" + "Native: " + ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-macos.html
macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other hosts. The macOS installation binaries bundle OpenSSL, while the compressed tar archives do not and require ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-1-0.html
MySQL Connector/NET 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production systems. This release can be used against MySQL Server version 5.7 and later. This fix now adds ...Deprecation and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-preface.html
GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed, or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle ... This is the User Manual for the MySQL Cluster Manager, version ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-innodb-change-buffer.html
How much space does InnoDB use for the change buffer? Prior to the introduction of the innodb_change_buffer_max_size configuration option in MySQL 5.6, the maximum size of the on-disk change buffer in the system tablespace was 1/3 of the InnoDB ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-user-attributes-table.html
The access control system has not been initialized (for example, the server was started with the --skip-grant-tables option). The currently authenticated account has the UPDATE or SELECT privilege for the mysql.user system table. The currently ...
Displaying 2631 to 2640 of 4186 total results