Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-users-roles-ref.html
Role reuse: rather than define permissions per user, permission sets are defined in Roles and multiple users can be assigned to each Role. Users are assigned to Roles and inherit the rights defined on those Roles. Roles Roles are collections of ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
// Connection string example var conn = new MySqlConnection("server=_mysql._tcp.example.abc.com.; dns-srv=true; user id=user; password=****; database=test"); // MySqlConnectionStringBuilder class example var sb = new MySqlConnectionStringBuilder(); ... 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
// Connection string example var conn = new MySqlConnection("server=_mysql._tcp.example.abc.com.; dns-srv=true; user id=user; password=****; database=test"); // MySqlConnectionStringBuilder class example var sb = new MySqlConnectionStringBuilder(); ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-filtering.html
To grant one of these privileges to a user account, use this statement: GRANT privilege ON *.* TO user; Alternatively, should you prefer to avoid granting the AUDIT_ADMIN or SUPER privilege while still permitting users to access specific filtering ...Multiple filters can be defined, and any given filter can be assigned to any number of user ... Note For audit log filtering to work as ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-create-repl-user.html
Creating a Replication User On a Source Server 8.4 Creating a Replication User On a Source Server The replication user for inbound replication must be present on the source server with the required privileges. The replica uses this user account ...
https://dev.mysql.com/doc/refman/8.4/en/show-create-user.html
row *************************** CREATE USER for u1@localhost: CREATE USER `u1`@`localhost` IDENTIFIED WITH 'caching_sha2_password' AS ... SHOW CREATE USER user This statement shows the CREATE USER statement that creates the named user. The statement ...To name the account, use the format described in Section 8.2.4, “Specifying Account ...
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.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-user-management.html
User Management 20.3 User Management User management is performed in the Oracle Cloud Infrastructure (OCI) Console. A MySQL HeatWave on AWS Administrator manages the users that belong to those groups. Refer to Managing Users, in the Oracle Cloud ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-single-user-mode.html
Once the cluster has entered single user mode, only the designated API node is granted access to the database. Single user mode enables the database administrator to restrict access to the database system to a single API node, such as a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
(Some administrative firewall functions can be invoked by accounts that have FIREWALL_ADMIN or the deprecated SUPER privilege, as indicated in the individual function descriptions.) Grant the FIREWALL_USER privilege to any account that should have ...Scheduling Firewall Cache Reloads Each time the MYSQL_FIREWALL server-side plugin initializes, it loads data from these tables to its internal cache: firewall_whitelist firewall_group_allowlist firewall_users firewall_groups firewall_membership Without restarting the server or reinstalling the server-side plugin, modification of data outside of the plugin is not reflected ...