Search Results
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection-windows.html
Username: the user name on the SQL Server, with "sa" being a commonly used name. Select Microsoft SQL Server as the database system and fill out the remaining options as described in this section. Figure 10.42 SQL Server Connection Parameters ...
https://dev.mysql.com/doc/workbench/en/wb-migration-install-odbc-libraries.html
In the pyodbc source directory, edit the setup.py file and around line 157, replace the following line: settings['libraries'].append('odbc') with settings['libraries'].append('iodbc') Execute the following command as the root user: ... Note This ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-utilities.html
show options Display list of options specified by the user on launch. MySQL Utilities is a package of utilities that are used for maintenance and administration of MySQL servers. These utilities encapsulate a set of primitive commands, and bundles ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-fonts-and-colors.html
On Microsoft Windows, select the scheme that determines the user-interface colors. The following figure shows the preference options that apply to fonts and colors. Figure 3.16 Preferences: Fonts and Colors Fonts SQL Editor: [Consolas 10] Global ...
https://dev.mysql.com/doc/connectors/en/apis-php.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. This chapter describes the PHP extensions and interfaces that can be used with MySQL.
https://dev.mysql.com/doc/connectors/en/connector-cpp.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. MySQL Connector/C++ is the C++ interface for communicating with MySQL servers. For notes detailing the changes in each release of ...
https://dev.mysql.com/doc/connectors/en/connector-j-connection-compression-xdevapi.html
The connection option xdevapi.compression-extensions allows users to configure Connector/J to use any compression algorithm that is supported by MySQL Server, as long as there is a Java implementation for that algorithm. Connector/J supports data ...
https://dev.mysql.com/doc/connectors/en/connector-j-interceptors.html
An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With Connector/J, the interceptors are enabled and disabled by updating the connection string to refer ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. Unless otherwise noted, properties can be set for a DataSource object or for a Connection object. If you specify a configuration property in the URL without ...
https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...