Search Results
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-drivers.html
You can also use it to create a data source for a specific database instance, to be connected using a previously configured driver. Typically you need to provide a name for the data source (the DSN), in addition to the database server IP, port, ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-toolbar.html
The SQL query toolbar provides actions that enable you to create and manage queries. You can also set this behavior from the SQL Execution user preferences panel. The following figure shows the set buttons in the toolbar, located within the SQL ...
https://dev.mysql.com/doc/workbench/en/wb-windows-uninstalling.html
Note By default, the Workbench configuration directory is C:\username\AppData\Roaming\MySQL\Workbench\ and the C:\username\AppData\Roaming\ portion is the value of your %AppData% Windows system variable. Also, uninstalling Workbench does not remove ... The method for uninstalling MySQL Workbench depends on how you installed MySQL ...
https://dev.mysql.com/doc/connectors/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/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Default Value 10000 Since Version 8.0.13 xdevapi.connection-attributes An X DevAPI-specific comma-delimited list of user-defined "key=value" pairs, in addition to standard X Protocol-defined "key=value" pairs, to be passed to MySQL Server for ...If ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing-upgrading.html
This section has information for users who are upgrading from one version of Connector/J to another, or to a new version of the MySQL server that supports a more recent level of JDBC. Depending on the platform and the way you used to install ...A ...
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 ...