Search



Search Results
Displaying 1721 to 1730 of 3917 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-enterprise-backup-online-backup.html
With an active MySQL connection tab open, select MySQL Enterprise Backup from the Server menu to view the main Online Backup overview page in the current tab. Figure 6.27 Workbench: MySQL Enterprise Backup Online Backup Elements The Online Backup ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-options-tab.html
Rows options to enable the MySQL server to better accommodate your data. This can help improve server performance by locating different tables on different hard drives. You may specify the action the server should take when users attempt to perform ... The Options subtab enables you to set several types of ...
https://dev.mysql.com/doc/connectors/en/apis-php-introduction.html
It is available for most operating systems and Web servers, and can access most common databases, including MySQL. PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. PHP may be run as a separate ...
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-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. In-process transactions are not lost, and no application exceptions are ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
Configure the MySQL server to accept pipe connections, by adding the --enable-named-pipe option on the command line. Edit your web.config file so that your application runs using a Medium trust level: <system.web> <trust level="Medium"/> ...After ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-without-dsn.html
You can connect to the MySQL server using SQLDriverConnect, by specifying the DRIVER name field. Here are the connection strings for Connector/ODBC using DSN-less connections: For Connector/ODBC 9.3: ConnectionString = "DRIVER={MySQL ODBC 9.3 ...If ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-opentelemetry.html
For applications on Linux systems that use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and forwards the current OpenTelemetry context to the server. Note OTel ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-versions.html
The latest version of Connector/ODBC supports all active MySQL Server versions, which today includes MySQL Server 8.0 and higher. As an example, use Connector/ODBC 9.3.0 with MySQL Server 8.0, 8.4, and 9.3. Information about each Connector/ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
This enables applications to support pools of connections to different MySQL servers, for example. Applications that can benefit from connection-pooling capability include: Middleware that maintains multiple connections to multiple MySQL servers and ... Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements ...
Displaying 1721 to 1730 of 3917 total results