Search



Search Results
Displaying 441 to 450 of 3565 total results
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 | ...
https://dev.mysql.com/doc/refman/8.4/en/set-default-role.html
SET DEFAULT ROLE requires these privileges: Setting the default roles for another user requires the global CREATE USER privilege, or the UPDATE privilege for the mysql.default_roles system table. SET DEFAULT ROLE {NONE | ALL | role [, role ] ...} ...Setting the default roles for yourself requires no special privileges, as long as the roles you want as the default have been granted to ...
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/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/mysql-ai/9.4/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/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/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 ...
Displaying 441 to 450 of 3565 total results