Search Results
https://dev.mysql.com/doc/refman/8.4/en/alter-event.html
(See Section 15.1.13, “CREATE EVENT Statement”.) Any user can alter an event defined on a database for which that user has the EVENT privilege. The syntax for each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE / DISABLE, and DO ...
https://dev.mysql.com/doc/refman/8.4/en/environment-variables.html
USER The default user name on Windows when connecting to mysqld. On some systems, if you set MYSQL_PWD, your password is exposed to any other user who runs ps. Even on systems without such a version of ps, it is unwise to assume that there are no ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-quickstart.html
Create a new schema named ML_SCHEMA_user_name, where the user_name is the name of the owning user. This quickstart shows how to set up a GenAI-powered Help Chat that uses the information available in MySQL HeatWave User Guide to provide answers to ...Note This quickstart assumes that you are familiar with MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-overview.html
However, if no columns are listed in the PARTITION BY KEY or PARTITION BY LINEAR KEY clause of the CREATE TABLE or ALTER TABLE statement used to create or modify a user-partitioned NDB table, then the table is not required to have an explicit ...The ... This section provides a conceptual overview of partitioning in MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
This program reads the files created as a result of the backup and inserts the stored information into the database. ndb_restore must be executed once for each of the backup files that were created by the START BACKUP command used to create the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
--ndb-default-column-format=[FIXED|DYNAMIC] Command-Line Format --ndb-default-column-format={FIXED|DYNAMIC} System Variable ndb_default_column_format Scope Global Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value FIXED Valid Values ... This section provides information about MySQL server options, server and status variables that are specific to NDB ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-workbench.html
You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . A MySQL user account on the MySQL DB System to connect with. Username: The user name of the ... Connecting with MySQL Workbench 5.2.3 Connecting with MySQL Workbench This topic describes how to connect to a MySQL DB System with MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
Many modern websites allow the user to create a personal profile. This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. The following steps show you how you can select the MySQL Profile ...The tutorial uses MySQL Connector/NET 6.9.9, MySQL Server 5.7.21 and Microsoft Visual Studio 2017 Professional ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-asp-provider-profile.html
Many modern websites allow the user to create a personal profile. This tutorial shows you how to use the MySQL Profile Provider to store user profile information in a MySQL database. The following steps show you how you can select the MySQL Profile ...The tutorial uses MySQL Connector/NET 6.9.9, MySQL Server 5.7.21 and Microsoft Visual Studio 2017 Professional ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-load-model.html
A model can only be loaded by the MySQL user that created the model unless you grant access to other users. For more information, see Grant Other Users Access to a Model. NULL is specified in place of the user name of the model owner. mysql> CALL ...