Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-best-hybrid-ref.html
Users are assigned to roles with varying access to the groups. Figure 24.1 Strict Permission Set Overview Users, Roles and Groups This implementation requires the following asset groups: Development: all assets used by the development and quality ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-agent.html
--mysqlport TCP/IP port for the monitored MySQL server --mysqlsocket Unix socket/Named pipe for the monitored MySQL server --mysqluser MySQL Administrative username for the monitored MySQL server --optionfile Installation option file ... To view all ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-active.html
Use this routine to check which models are loaded and active for which users. All active users and models share the amount of memory defined by the shape, and it might be necessary to schedule users. ML_MODEL_ACTIVE Syntax mysql> CALL ...A JSON ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-predict-table.html
The input table must contain at least two columns with the same names as the user column and item column from the training model. , "item_k"), "column_rating_name" , JSON_ARRAY(rating_1, ..., rating_k)) The input table must contain at least one ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
In addition, the user making the connection must be a member of the Windows group specified by the named_pipe_full_access_group system variable. In addition, the user making the connection must be a member of the Windows group specified by the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-connections.html
Group members may instead advertise an alternative list of distributed recovery endpoints as dedicated client connections for joining members, allowing you to control distributed recovery traffic separately from connections by regular client users ... When a joining member connects to an online existing member for state transfer during distributed recovery, the joining member acts as a client on the connection and the existing member acts as a ...
https://dev.mysql.com/doc/refman/8.4/en/set-variable.html
variable: { user_var_name | param_name | local_var_name | {GLOBAL | @@GLOBAL.} system_var_name | {PERSIST | @@PERSIST.} system_var_name | {PERSIST_ONLY | @@PERSIST_ONLY.} system_var_name | [SESSION | @@SESSION. | @@] system_var_name } SET syntax for ...System variables also can be set at server startup, as described in Section 7.1.9, “Using System ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-active.html
Use the ML_MODEL_ACTIVE routine to check which models are loaded and active for which users. All active users and models share the amount of memory defined by the shape, and it might be necessary to schedule users. ML_MODEL_ACTIVE Syntax mysql> ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-predict-table.html
The input table must contain at least two columns with the same names as the user column and item column from the training model. , "item_k"), "column_rating_name" , JSON_ARRAY(rating_1, ..., rating_k)) The input table must contain at least one ...
https://dev.mysql.com/doc/internals/en/com-change-user.html
COM_CHANGE_USER changes the user of the current connection and reset the connection state. and others It is followed by the same states as the initial handshake.