Search Results
https://dev.mysql.com/doc/refman/8.4/en/show-procedure-status.html
To use either statement, you must be the user named as the routine DEFINER, have the SHOW_ROUTINE privilege, have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that ...It ... SHOW PROCEDURE STATUS [LIKE 'pattern' | WHERE expr] This statement is a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/stored-routines-syntax.html
Stored routines are created with the CREATE PROCEDURE and CREATE FUNCTION statements (see Section 15.1.17, “CREATE PROCEDURE and CREATE FUNCTION Statements”). A user variable referenced by a statement in a stored procedure has its type ... A ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #37621360) Installation Notes Debian packages for installing MySQL can now be run by users other than root. (Bug #37478594) InnoDB: Creating a secondary index ...Compilation Notes Configuration Notes InnoDB Notes Installation Notes Packaging Notes Functionality Added or Changed Bugs Fixed Compilation Notes macOS: It is now possible to compile the server on MacOS using ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-ml-model-metadata.html
build_timestamp: number A timestamp indicating when the model was created (UNIX epoch time). The model_metadata column in the model catalog allows you to view detailed information on trained models. For example, you can view the algorithm used to ...
https://dev.mysql.com/doc/workbench/en/wb-audit-inspector.html
Note MySQL Workbench will prompt for sudo access if the MySQL Workbench user is unable to read the audit log file. Each record includes a record ID, timestamp, type, connection ID, user, host/IP, status, command class, and information. MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-installing-windows.html
Important Installing MySQL Workbench using a Windows MSI Installer package requires either Administrator or Power User privileges. To install MySQL Workbench: From an account with Administrator or Power User privileges, right-click the MSI file and ... MySQL Workbench for Windows can be installed using the MySQL Installer that installs and updates all MySQL products on Windows or the standalone Windows MSI Installer ...
https://dev.mysql.com/doc/workbench/en/wb-model-editor.html
Figure 9.3 The MySQL Model Page The Description Editor and User Types List (with the User Types and History secondary tabs) are contained within the sidebar. When the Model Editor is executed from the home screen, MySQL Workbench displays the MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
These details are separated into three tabs: Details: connection details such as Process ID, Type, User, Host, Instrumented, and additional information. Sometimes a query might be blocked while being manipulated by another connection from another ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
The file is encrypted using a Windows API which performs the encryption based on the current user, so only the current user can decrypt it. The vault provides a convenient secure storage for passwords used to access MySQL servers. By using the ...
https://dev.mysql.com/doc/workbench/en/wb-validation-plugins.html
MySQL Workbench provides validation modules so that you can test your models before implementing them. The validation (MySQL) plugins are accessed from the Model menu within an open MySQL Model or EER Diagram tab. Beneath the menu item are a number ...