Search Results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The required Python Protobuf version installed with the X DevAPI connector was updated to version 4.25.3, as older versions could cause the connector to unexpectedly halt. (WL ...(WL #16283) Deprecated the following cursors: CMySQLCursorBufferedNamedTuple, CMySQLCursorNamedTuple, CMySQLCursorPreparedNamedTuple, CMySQLCursorPreparedRaw, MySQLCursorBufferedNamedTuple, MySQLCursorNamedTuple, MySQLCursorPreparedNamedTuple, and ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
Note After upgrading from MySQL 5.6 to 5.7, if you have problem connecting to the server as root (which will make it impossible to run mysql_upgrade), stop the server and then restart it with the --skip-grant-tables option before you run ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
Any X DevAPI Expression, wrapped in the expr() function (or mysql.expr() for MySQL Shell and some Connectors), so that it is not taken as a literal value. One or more Expressions connected by operators (for example, set("favorNums[0]", ... The ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-introduction.html
The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. In addition to this documentation, there is developer documentation for all X DevAPI methods in the API references, available from Connectors and APIs. This ...
https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. C++ Code #include <mysqlx/xdevapi.h> // Note: The following features are not yet implemented by // Connector/C++: // - DataSoure configuration ... A quoting function exists to escape SQL names and ...
https://dev.mysql.com/doc/x-devapi-userguide/en/synchronous-vs-asynchronous-execution.html
This meant that operations such as opening connections and executing queries were blocked until completion, which could take a long time. If it is not done, // this will block until done RowResult res = await getEmployeesTask; foreach (var row in ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-firewall.html
MySQL Enterprise Firewall is an application-level firewall that enables database administrators to permit or deny SQL statement execution based on matching against allowlists of accepted statement patterns. This helps harden MySQL against attacks ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-modify.html
Any X DevAPI Expression, wrapped in the expr() function (or mysql.expr() for MySQL Shell and some Connectors), so that it is not taken as a literal value. One or more Expressions connected by operators (for example, set("favorNums[0]", ... The ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-users-introduction.html
The X DevAPI is implemented by MySQL Shell and MySQL Connectors that support X Protocol. In addition to this documentation, there is developer documentation for all X DevAPI methods in the API references, available from Connectors and APIs. This ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/dynamic-sql.html
Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. A quoting function exists to escape SQL names and identifiers. Note The quoting function must not be used to escape values. Use the value ...