Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-named-filters-ref.html
To create a user filter, you can either create a filter and save it by clicking Save as... menu item, or create a new filter by clicking New, defining your filter criteria, and clicking Save as.... You can also create a filter by using an existing ...System filters are listed with a padlock on the left side of their ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-change-user.html
Syntax: ccnx.change_user(user='user_name, password='password_val', database='db_name') Changes the user and sets a new default database.
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
Figure 4.9 Simple Membership: Generated Schema and Tables To create a user login, click Register on the generated web page. This action redirects you to the home page with the newly created user logged in. The data for the newly created user can be ...This tutorial creates an application using a simple membership provider and then adds third-party (Google) OAuth authentication ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
Figure 6.9 Simple Membership: Generated Schema and Tables To create a user login, click Register on the generated web page. This action redirects you to the home page with the newly created user logged in. The data for the newly created user can be ...This tutorial creates an application using a simple membership provider and then adds third-party (Google) OAuth authentication ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-acl-best-hybrid-ref.html
To access the UI or create groups, the users assigned to this role must also be assigned to roles with usable Server Group permissions (Read-Only or Administer). Users are assigned to roles with varying access to the groups. Figure 24.1 Strict ...
Connectors and APIs Manual :: 3.5.12.4 Connecting Using Web Authentication (WebAuthn) Authentication
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Create a MySQL User Create the MySQL user to be linked to the FIDO device. Use the mysql client with a root user: mysql > CREATE USER 'johndoe'@'%' IDENTIFIED WITH caching_sha2_password BY 's3cr3t' AND IDENTIFIED WITH authentication_webauthn; Query ... Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
Create a MySQL User Create the MySQL user to be linked to the FIDO device. Use the mysql client with a root user: mysql > CREATE USER 'johndoe'@'%' IDENTIFIED WITH caching_sha2_password BY 's3cr3t' AND IDENTIFIED WITH authentication_webauthn; Query ... Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/refman/8.4/en/mysqld-multi.html
If the servers that you want to manage have different user names or passwords for the administrative accounts, you might want to create an account on each server that has the same user name and password. For example, you might set up a common ...
https://dev.mysql.com/doc/refman/8.4/en/set-variable.html
User-Defined Variable Assignment Parameter and Local Variable Assignment System Variable Assignment SET Error Handling Multiple Variable Assignment System Variable References in Expressions User-Defined Variable Assignment User-defined variables are ...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 | ...