Search Results
                    
                    
            Connectors and APIs Manual :: 3.5.12.4 Connecting Using Web Authentication (WebAuthn) Authentication
                https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
                                This is accomplished by running the mysql client on the same system the device is installed, which might require installing the mysql client in your working machine or moving the FIDO device to the system where the MySQL Server is running. Perform ... Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
                                 This chapter describes the full set of MySQL Connector/NET 8.0 connection options. Connector/NET 8.0 exposes the options in this section as properties in both the MySql.Data.MySqlClient.MySqlConnectionStringBuilder and ...The protocol you use to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
                                The default provider can also be set here using the defaultProvider attribute, but usually this is set in the web.config file either manually or by using the ASP.NET configuration tool. This model enables developers to focus on the business logic of ... MySQL Connector/NET includes a provider model for use with ASP.NET ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
                                This option is deprecated for the Unicode driver as of 9.0.0. Each attempt uses this timeout value and there are retries if necessary, so the total effective timeout value is three times the option value. This option works only for TCP/IP ...On Unix ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-macos.html
                                Note The ODBC Administrator is included in OS X v10.5 and earlier; users of later versions of OS X and macOS need to download and install it manually. If this file is not writable by this group, then the ODBC Administrator may fail, or may appear to ... To configure a DSN on macOS, you can either use the command-line utility (myodbc-installer), edit the odbc.ini file within the Library/ODBC directory of the user, or use the ODBC Administrator ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-debug.html
                                Add Debug Functionality to Regular Build Download the debug zip and copy its lib/ contents to your driver installation directory; this adds the PDB files generated in the RelWithDebInfo build. Replace Regular Build with Debug Build Manually copy ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows-dll.html
                                Alternatively to the batch file, install the individual files required for Connector/ODBC operation manually.  If you have downloaded the zipped DLL package: Unzip the installation files to the location you want it installed. Run the included batch ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows.html
                                 Before installing the Connector/ODBC drivers on Windows: Make sure your Microsoft Data Access Components (MDAC) are up to date. You can obtain the latest version from the Microsoft Data Access and Storage website. Make sure the Visual C++ ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
                                 This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy code. For example, when MySQL Server released versions 5.7.43, 8.0.34, and 8.1.0, this connector released connector version ...The connector release model changed after version 8.0, and now releases one ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-python-django-backend.html
                                This back end supports new features found as of MySQL 5.6 such as fractional seconds support for temporal data types. When the Connector/Python back end does this, it arranges for the sql_mode system variable to be set to TRADITIONAL at startup.