Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. Since release 8.0.29, utf8mb3 has become a recognized (though deprecated) character set on its own for MySQL Server. Therefore, Connector/J has added utf8mb3 to its character set ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. (Bug #108419, Bug #34578010) When using server-side prepared statements, the BIT data type was not properly handled by NativeQueryBindValue.getFieldType() and, as a result, BIT values ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. This change makes it easy and intuitive to decide which client version to ...
https://dev.mysql.com/doc/refman/8.4/en/sql-prepared-statements.html
You can use it from any program that can send SQL statements to the server to be executed, such as the mysql client program. This interface is not as efficient as using the binary protocol through a prepared statement API, but requires no ...Using ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
Before running test programs, ensure that a MySQL server instance is running with X Plugin enabled. To include the JDBC connector in the build, enable the WITH_JDBC option: -DWITH_JDBC=ON Note If you configure and build the test programs later, use ... To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 2.4.1, “Source Installation System ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-functions-general-purpose.html
MySQL Server supports a keyring service that enables internal components and plugins to store sensitive information securely for later retrieval. MySQL Server also includes an SQL interface for keyring key management, implemented as a set of ...The ...
https://dev.mysql.com/doc/refman/8.4/en/upgrade-troubleshooting.html
If this command displays anything other than the program name, you have an active my.cnf file that affects server or client operation. If problems occur, such as that the new mysqld server does not start, verify that you do not have an old my.cnf ...
https://dev.mysql.com/doc/refman/8.4/en/myisamchk-general-options.html
If program startup fails due to reading unknown options from an option file, --no-defaults can be used to prevent them from being read. --print-defaults Command-Line Format --print-defaults Print the program name and all options that it gets from ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
This enables Connector/C++ application programs to connect to MySQL servers using simple LDAP authentication, or SASL LDAP authentication using the SCRAM-SHA-1 authentication method. The actual algorithm used is the first of those listed in the ...
https://dev.mysql.com/doc/refman/8.4/en/charset-syntax.html
Character set issues affect not only data storage, but also communication between client programs and the MySQL server. If you want the client program to communicate with the server using a character set different from the default, you need to ...