Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-toolbars-user-menu-ref.html
Note This menu is renamed according to the user logged in. If the user is named admin, the user menu is labeled admin. User Preferences: opens the User Preferences page, enabling the user to change their username, full name, password, timezone, and ...
https://dev.mysql.com/doc/refman/8.4/en/multifactor-authentication.html
That is, it places constraints on CREATE USER and ALTER USER statements with respect to multifactor authentication. CREATE USER and ALTER USER have syntax enabling multiple authentication methods to be specified for new accounts, and for adding, ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-workflow-server.html
It can optionally create MySQL server user accounts with configurable permissions based on general roles, such as DB Administrator, DB Designer, and Backup Admin. MySQL User Accounts (Optional) Click Add User or Edit User to create or modify MySQL ...Note Full permissions are granted to the user executing MySQL Configurator to all generated files, such as ... MySQL Configurator ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
MySQL User Management The configure and reconfigure actions allow you to create and edit MySQL users as per the --add-user option: --add-user='user_name':'password'|'file_path'|'windows_security_token':host:role:authentication Only valid for the ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-user-attributes-table.html
Attributes are shown exactly as set using CREATE USER and ALTER USER statements with ATTRIBUTE or COMMENT options. For additional information and examples, see CREATE USER Comment and Attribute Options. The currently authenticated account has the ...
https://dev.mysql.com/doc/refman/8.4/en/events-privileges.html
In this example, the EVENT privilege on the schema myschema is removed from the jon@ghidora user account: REVOKE EVENT ON myschema.* FROM jon@ghidora; Important Revoking the EVENT privilege from a user does not delete or disable any events that may ...The EVENT privilege governs the creation, modification, and deletion of ... To enable or disable the execution of scheduled events, ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-reports-user-statistics.html
The User Statistics report is based on the user summary sys schema views. Figure 30.9 User Statistics Report - Table View Existing users who have never logged on to the instance are not listed in the results. The background user is the owner of the ...Note This graph is displayed only if a MySQL instance is selected in the All Targets drop-down ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
As a workaround, create a Windows local group containing the user that executes the client application. For instructions about how to use connection strings, see Section 4.4.1, “Creating a Connector/NET Connection String”. // Connection string ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
As a workaround, create a Windows local group containing the user that executes the client application. For instructions about how to use connection strings, see Section 4.1, “Creating a Connector/NET Connection String”. // Connection string ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.