Search Results
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/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/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/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/refman/8.4/en/faqs-mysql-cluster.html
Can I run NDB Cluster nodes inside virtual machines (such as those created by VMWare, VirtualBox, Parallels, or Xen)? A.10.13. How do I handle MySQL users in an NDB Cluster having multiple MySQL servers? A.10.39. Users of NDB Cluster 7.3 or 7.4 ...
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/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
External tables use table-level and column-level ENGINE_ATTRIBUTE options of the CREATE TABLE statement to specify the parameters needed to process data stored externally in Object Storage. CREATE EXTERNAL TABLE table_name (col_name data_type ...
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 ...