Search



Search Results
Displaying 1701 to 1710 of 3510 total results
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
As a workaround, the MySQL Server that Connector/J wants to connect to must be started with the system variable named_pipe_full_access_group, which specifies a Windows local group containing the user by which the client application JVM (and thus ...
https://dev.mysql.com/doc/connectors/en/connector-j-schema-validation.html
This is done by specifying a JSON Schema during Collection creation or modification; schema validation is then performed by the server at a document creation or update, and an error is returned if the document does not validate against the assigned ... When working with MySQL Server 8.0.19 and later: Schema validation can be configured for a Collection, so that documents in the Collection are validated against a schema before they can be inserted or ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
Consider the following series of statements for example: conn.createStatement().execute( "UPDATE checking_account SET balance = balance - 1000.00 WHERE customer='Smith'"); conn.createStatement().execute( "UPDATE savings_account SET balance = balance ... This section explains the symptoms and resolutions for the most commonly encountered issues with applications using MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
(The alternative is to globally enable the permissions System.Net.SocketPermission, System.Security.Permissions.ReflectionPermission, System.Net.DnsPermission, and System.Security.Permissions.SecurityPermission.) Create a simple web application ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-macos.html
The tool is included in macOS v10.5 and earlier; users of later versions of macOS need to download it from http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/Downloads and install it manually. To install using the compressed tar archive (some ... macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other ...
https://dev.mysql.com/doc/connectors/en/connectors-apis.html
Connector/NET enables developers to create .NET applications that connect to MySQL. Native drivers are also easier for end users to build and deploy because no copy of the MySQL client libraries is needed to build the native driver components.
https://dev.mysql.com/doc/apis-php/en/apis-php-introduction.html
PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. For general concepts and X DevAPI usage details, see X DevAPI User Guide. It is available for most operating systems and Web servers, and can ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
(The alternative is to globally enable the permissions System.Net.SocketPermission, System.Security.Permissions.ReflectionPermission, System.Net.DnsPermission, and System.Security.Permissions.SecurityPermission.) Create a simple web application ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-macos.html
The tool is included in macOS v10.5 and earlier; users of later versions of macOS need to download it from http://www.iodbc.org/dataspace/doc/iodbc/wiki/iodbcWiki/Downloads and install it manually. To install using the compressed tar archive (some ... macOS is based on the FreeBSD operating system, and you can normally use the MySQL network port for connecting to MySQL servers on other ...
https://dev.mysql.com/doc/internals/en/innodb-infimum-and-supremum-records.html
InnoDB sets up an infimum record and a supremum record automatically in the root page when an index is first created, and never deletes them. The InnoDB code comments distinguish between “the infimum and supremum records” and the “user ...
Displaying 1701 to 1710 of 3510 total results