Search Results
https://dev.mysql.com/doc/refman/9.7/en/repair-table-optimization.html
For REPAIR TABLE, the same principle applies, but because the repair is done by the server, you set server system variables instead of myisamchk variables. For example: SET @old_myisam_sort_buffer_size = @@GLOBAL.myisam_max_sort_file_size; SET ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-plugin-installation.html
A keyring component must be enabled on the MySQL Server instance if you need to support secure storage for persisted system variable values, rather than a keyring plugin, which do not support the function. To be usable by the server, the plugin ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
/// </summary> /// <param name="ex">The exception with extra information on the error.</param> protected virtual void AuthenticationFailed(Exception ex) /// <summary> /// This method is invoked when the authentication phase was successful accepted ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
/// </summary> /// <param name="ex">The exception with extra information on the error.</param> protected virtual void AuthenticationFailed(Exception ex) /// <summary> /// This method is invoked when the authentication phase was successful accepted ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/refman/9.7/en/ipv6-remote-connections.html
This example specifies an IPv4 address as well as the required server host IPv6 address: [mysqld] bind_address = 198.51.100.20,2001:db8:0:f101::1 For more information, see the bind_address description in Section 7.1.8, “Server System Variables”.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connections.html
MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL protocol. You can specify the MySQL server instance to which MySQL Shell connects globally in the following ways: When you start MySQL Shell, using the command ...When ...
https://dev.mysql.com/doc/refman/9.7/en/replica-logs-status.html
A replica server creates two replication metadata repositories, the connection metadata repository and the applier metadata repository. The replica's connection metadata repository contains information that the replication I/O (receiver) thread ...
https://dev.mysql.com/doc/extending-mysql/9.7/en/writing-authentication-plugins.html
Authentication plugins enable the use of authentication methods other than the built-in method of passwords stored in the mysql.user system table. An authentication plugin can be written for the server side or the client side. Server-side plugins ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-errors.html
64-Bit Windows and ODBC Data Source Administrator I have installed Connector/ODBC on Windows XP x64 Edition or Windows Server 2003 R2 x64. On Windows x64 editions, the Connector/ODBC driver is installed in the %SystemRoot%\SysWOW64 folder. However, ... The following section details some common errors and their suggested fix or alternative ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-errors.html
64-Bit Windows and ODBC Data Source Administrator I have installed Connector/ODBC on Windows XP x64 Edition or Windows Server 2003 R2 x64. On Windows x64 editions, the Connector/ODBC driver is installed in the %SystemRoot%\SysWOW64 folder. However, ... The following section details some common errors and their suggested fix or alternative ...