Search Results
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-1-0.html
(Bug #36935988) Bootstrapping against a MySQL account that used the mysql_native_password authentication plugin with MySQL Router 9.0 from a standalone (zip or tar.gz) package would exit with an error indicating that the plugin was not available.
https://dev.mysql.com/doc/relnotes/mysql-router/9.5/en/news-9-5-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38205463) It was not possible for MySQL Router to retriieve metadata if from a secondary node if it was lagging and had not yet received the router_id from the ...The !SSLv3 filter incorrectly removed valid ciphers from the allowed cipher ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
The following list contains all current MySQL HeatWave errors in numerical order. Description: An unsupported argument was passed to a function in HeatWave. The entry for each error contains the error number, name (symbol), description, and ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-19.html
For example: DRIVER={MySQL ODBC 8.0 Driver};SERVER=_mysql._tcp.foo.abc.com;ENABLE_DNS_SRV=1;USER=user;PWD=passwd; (WL #13403) Confirmed support for compiling with VS2019, and for supporting the Visual C++ 2019 redistributable. To automatically ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbd.html
--filesystem-password Command-Line Format --filesystem-password=password Pass the filesystem encryption and decryption password to the data node process using stdin, tty, or the my.cnf file. --filesystem-password-from-stdin Command-Line Format ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-in-tables.html
In MySQL, a table may contain traditional relational data, JSON values, or both. In the following example, a document is passed as the final value to be inserted into the Info column. mysql-js> db.city.insert().values( None, "San Francisco", "USA", ...You can combine traditional data with JSON documents by storing the documents in columns having a native JSON data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-in-tables.html
In MySQL, a table may contain traditional relational data, JSON values, or both. In the following example, a document is passed as the final value to be inserted into the Info column. mysql-py> db.city.insert().values( None, "San Francisco", "USA", ...You can combine traditional data with JSON documents by storing the documents in columns having a native JSON data ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-next-result.html
CLIENT_MULTI_RESULTS can be enabled when you call mysql_real_connect(), either explicitly by passing the CLIENT_MULTI_RESULTS flag itself, or implicitly by passing CLIENT_MULTI_STATEMENTS (which also enables CLIENT_MULTI_RESULTS). int ...If your ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-local-infile-handler.html
The userdata argument is the same value that is passed to mysql_set_local_infile_handler(). After calling mysql_set_local_infile_handler() in your C code and passing pointers to your callback functions, you can then issue a LOAD DATA LOCAL statement ... void mysql_set_local_infile_handler(MYSQL *mysql, int (*local_infile_init)(void **, const char *, void *), int (*local_infile_read)(void *, char *, unsigned int), void (*local_infile_end)(void *), int (*local_infile_error)(void *, char*, unsigned int), void *userdata); Description This function installs callbacks to be used during the execution of LOAD DATA LOCAL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. Functionality Added or Changed Bugs Fixed Functionality Added or Changed X ...It ...