Search



Search Results
Displaying 651 to 660 of 3329 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. See Connecting to a Single MySQL Server Using Connection Pooling in the X DevAPI User Guide for details. (WL #11857) X DevAPI: A new connection property, ... Version 8.0.13 is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-26.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (WL #14559) Functionality Added or Changed Important Change: The mechanism for deciding on the character set and collation for communication between the server and Connector/J has ... Version 8.0.26 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
MySQL Router works by sitting in between applications and MySQL servers. Applications connect to Router normally as if they were connecting to an ordinary MySQL server. Whenever an application connects to Router, Router chooses a suitable MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/comments.html
The mysql client program also performs some parsing of statements before sending them to the server. MySQL Server supports three comment styles: From a # character to the end of the line. From a /* sequence to the following */ sequence, as in the C ...In MySQL, the -- (double-dash) comment style requires the second dash to be followed by at least one whitespace or control character, such as a space or ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-prepared-statements-instances-table.html
This is accessed through the MySQL C API and maps onto underlying server commands as shown in the following table. C API Function Corresponding Server Command mysql_stmt_prepare() COM_STMT_PREPARE mysql_stmt_execute() COM_STMT_EXECUTE ... The ...
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. Error 10061 (Cannot connect to server) When connecting or using the Test button in ODBC Data Source ... The ...
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. Error 10061 (Cannot connect to server) When connecting or using the Test button in ODBC Data Source ... The ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-8.html
New and changed keywords: ARRAY FAILED_LOGIN_ATTEMPTS MASTER_COMPRESSION_ALGORITHM MASTER_TLS_CIPHERSUITES MASTER_ZSTD_COMPRESSION_LEVEL MEMBER OFF PASSWORD_LOCK_TIME PRIVILEGE_CHECKS_USER RANDOM REQUIRE_ROW_FORMAT REQUIRE_TABLE_PRIMARY_KEY_CHECK ...
https://dev.mysql.com/doc/refman/8.4/en/information-functions.html
The intended use is from within the mysql client, which reports query execution times: mysql> SELECT BENCHMARK(1000000,AES_ENCRYPT('hello','goodbye')); +---------------------------------------------------+ | ...It may be used to time how quickly ...
https://dev.mysql.com/doc/refman/8.4/en/lock-order-tool.html
The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and files. Within the server, the set of lock-related objects ...
Displaying 651 to 660 of 3329 total results