Search



Search Results
Displaying 451 to 460 of 3560 total results
https://dev.mysql.com/doc/internals/en/x-protocol-implementation-implementation-notes.html
Topics in this section: Client Server Client and Server implementations of the protocol should make use of the following: vectorized IO pipelining to reduce the latency and CPU usage. Client Out-of-Band Messages The client should decode the ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-connect.html
The following procedures assume that mysql clients are available on remote client hosts. Using an Encrypted Connection MySQL client programs attempt to establish an encrypted connection if the server supports encrypted connections. Using the mysql ...The first method uses the TLS (Transport Layer Security) protocol to establish an encrypted ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
Assuming that MySQL Workbench has been installed into the default location on Windows, this is C:\Program Files\MySQL\MySQL Workbench 8.0 SE\modules\data\wb_model_reporting. MySQL's UUID() function also generates GUIDs: mysql> SELECT UUID(); ... In ...
https://dev.mysql.com/doc/workbench/en/wb-mforms.html
MySQL Workbench is implemented with a C++ core back-end, and a native front-end for each supported platform. However, the GUI functionality required by MySQL Workbench can be met by a subset of graphical operations. Currently the front-end is ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
This article will focus on Java-oriented access to MySQL databases with Spring 2.0. For the examples in this section the MySQL world sample database will be used. The first task is to set up a MySQL data source through Spring. For example, to ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-nongac.html
When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...Instead, you put a reference to the library in the bin or lib folder inside the project or ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The schema information is returned in the form of a DataTable. Different forms of the GetSchema() method can be ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-nongac.html
When deploying a web application to a Shared Hosted environment, where this environment is configured to run all their .NET applications under a partial or medium trust level, you might not be able to install the MySQL Connector/NET library in the ...Instead, you put a reference to the library in the bin or lib folder inside the project or ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected to. The schema information is returned in the form of a DataTable. Different forms of the GetSchema() method can be ...
https://dev.mysql.com/doc/internals/en/cmake-macro-defining-plugin.html
To define a plugin, you need to add the MYSQL_ADD_PLUGIN() macro into CMakeList.txt. If you need to perform system checks, use standard CMake techniques like CHECK_FUNCTION_EXISTS or CHECK_INCLUDE_FILE etc. For example, ...
Displaying 451 to 460 of 3560 total results