Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-reload.html
int mysql_reload(MYSQL *mysql) Description Asks the MySQL server to reload the grant tables. Use mysql_real_query() or mysql_query() to issue an SQL FLUSH PRIVILEGES statement instead. CR_SERVER_LOST The connection to the server was lost during the ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
The following Account Management statements: GRANT, REVOKE, RENAME USER, CREATE ROLE, CREATE USER, DROP ROLE, DROP USER, SET PASSWORD, SET ROLE, SET DEFAULT ROLE. The following describes read-only statements: Statements are read-only if they start ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-model-catalog.html
A model catalog is accessible only to the owning user unless the user grants privileges on the model catalog to another user. AutoML creates a model catalog for any user that creates a machine learning model. The MODEL_CATALOG table is created in a ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-import.html
To learn how to use ML_MODEL_IMPORT to share models, see Grant Other Users Access to a Model. Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-load.html
To learn how to share models with other users, see Grant Other Users Access to a Model. The ML_MODEL_LOAD routine loads a model from the model catalog. A model remains loaded until the model is unloaded using the ML_MODEL_UNLOAD routine Use ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
9.1.1.1.7 The Tools Menu The Tools menu lists tools and utilities that related to MySQL Workbench usage. Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
Within the visual SQL Editor, you can select a keyword or function in your query to open a help topic describing its syntax and usage. The level of information is equivalent to typing help keyword at the mysql prompt and the content is specific to ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-server-status.html
Reports also include information and graphs to track memory usage, connections, hit rates, and more. Get an immediate view into the basic health indicators and counters for your MySQL environment. As the next figure shows, this includes viewing the ...
https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
Visual Explain Usage To view a visual explain execution plan, execute your query from the SQL editor and then select Execution Plan within the query results tab. The visual explain feature generates and displays a visual representation of the MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-shell-window.html
The Workbench Scripting Shell is primarily used for running Python scripts, or directly typing commands in Python. However, you can also use it to access the Workbench Scripting Shell Scripting Library functions and global functions and objects.