Search Results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-reporting.html
You can store your report as part of a MySQL Shell plugin (see Section 11.3, “MySQL Shell Plugins”). MySQL Shell enables you to set up and run reports to display live information from a MySQL server, such as status and performance information.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions.html
For X Protocol to be available, X Plugin must be installed and enabled on the MySQL Server instance, which it is by default from MySQL 8.0. X Plugin listens to the port specified by mysqlx_port, which defaults to 33060, so specify this port with ...
https://dev.mysql.com/doc/mysql-errors/9.7/en/client-error-reference.html
Error number: 2059; Symbol: CR_AUTH_PLUGIN_CANNOT_LOAD; Message: Authentication plugin '%s' cannot be loaded: %s Error number: 2060; Symbol: CR_DUPLICATE_CONNECTION_ATTR; Message: There is an attribute with the same name already A duplicate ...
https://dev.mysql.com/doc/mysql-ai/9.7/en/myai-installation-clean.html
The user can verify that the CN is correct and, for the MySQL AI plugin and MySQL Machine Learning Services, correct it if the installer misreads it. MySQL Server Plugin (for MySQL AI) and MySQL Machine Learning Services: Provide paths to the ...
https://dev.mysql.com/doc/relnotes/mysql-router/9.7/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-shell/9.7/en/news-9-3-0.html
(Bug #37576066) The Upgrade Checker did not display a warning for the deprecated plugins rpl_semi_sync_master and rpl_semi_sync_slave. An error similar to the following was displayed: libc++abi: terminating stack trace (Bug #37408046) Functionality ...Segmentation fault (core dumped) As of this release, all Routing Guidelines affected are reassigned to the target Cluster instead of the ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-4-0.html
(Bug #37593239) Functionality Added or Changed MySQL Shell session objects now support storing client data, providing an alternative to using global dictionaries tied to session IDs, and improving management of session-specific data for plugins ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-5-0.html
This option converts accounts with unsupported authentication plugins to caching_sha2_password and locks the account. (Bug #37326937) Functionality Added or Changed Shell plugins now support standard shell print formatting, enabling consistent ...
https://dev.mysql.com/doc/workbench/en/wb-extending.html
The extension system enables the following capabilities: Automate common tasks Extend the Workbench user-interface Create Tools/Plugins (code which can be invoked from the Workbench menu system) Manipulate schemas Create custom Workbench features .
https://dev.mysql.com/doc/workbench/en/wb-generating-php.html
MySQL Workbench can be used to generate PHP code with the bundled PHP plugin, by using the Tools, Utilities, Copy as PHP Code menu option. The example scenario that follows demonstrates how to create PHP code. It is a SELECT statement, and ...