Search



Search Results
Displaying 171 to 180 of 3514 total results
https://dev.mysql.com/doc/connector-python/en/connector-python-example-ddl.html
The following examples show how to create the tables of the Employee Sample Database. You might typically work with tables that are already set up, rather than creating them within your own application. The exception is temporary tables, which can ... All DDL (Data Definition Language) statements are executed using a handle structure known as a ...
https://dev.mysql.com/doc/workbench/en/wb-tutorial-plugins-php-pdo.html
$e->getMessage(); } """ % params mforms.Utilities.set_clipboard_text(text) mforms.App.get().set_status_text("Copied PHP code to clipboard") return 0 This simple plugin generates PHP code to create a MySQL connection using PHP's PDO_MySQL extension.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model-items-to-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two users are recommended. This topic describes how to generate recommended users for items. For known users and known ...Set remove_seen to false to repeat existing interactions from the training ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-items-to-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two users are recommended. This topic describes how to generate recommended users for items. For known users and known ...Set remove_seen to false to repeat existing interactions from the training ...
https://dev.mysql.com/doc/refman/8.4/en/multifactor-authentication.html
CREATE USER and ALTER USER have syntax enabling multiple authentication methods to be specified for new accounts, and for adding, modifying, or dropping authentication methods for existing accounts. (A warning does occur for statements that ...That ...That is, MySQL account management supports accounts that use 2FA or 3FA, in addition to the existing 1FA ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the account row from the mysql.user table. auth_socket authentication is well suited to server administration user ...The ...Caching SHA-2 Authentication In MySQL 8.0, caching_sha2_password is the default authentication plugin rather than mysql_native_password, which was the default in MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model-similar-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two similar users are generated. This topic describes how to generate recommendations for similar users. For known ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-similar-users.html
The following example runs ML_PREDICT_TABLE on the testing dataset previously created and sets the topk parameter to 2, so only two similar users are generated. This topic describes how to generate recommendations for similar users. For known ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
In such a setup, applications and users would not get any access to the database tables directly, but can only execute specific stored procedures. This section does not provide in-depth information on creating stored procedures. For example, to ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
In such a setup, applications and users would not get any access to the database tables directly, but can only execute specific stored procedures. This section does not provide in-depth information on creating stored procedures. For example, to ...
Displaying 171 to 180 of 3514 total results