Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/myai-installation-clean-gui.html
User & password: Define a user name and password for the MySQL root user. You can choose to Only allow local connections for this user (see the Warning near the beginning of Chapter 2, Installing MySQL AI). If you do not enter one, a random secret ... To run the MySQL AI installer GUI, start the installer GUI in the folder where you have extracted the RPMs with the following command: $> sudo mysql-ai-setup Note You must run the installer in the same directory as the extracted ...
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/workbench/en/wb-forward-engineering-sql-scripts.html
Only Export Privileges Select this option to update the privileges of existing users, as opposed to creating new users. Exporting privileges for nonexistent users will result in errors when you execute the CREATE script. Forward engineering enables ...Figure 9.36 SQL Export Options The SQL Export Options displays the following facilities: Output SQL Script File: To specify the output file name, enter it into the Output SQL Script File field, or use the Browse button to select a ...
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 ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-source.html
--show-replica-auth-info Command-Line Format --show-replica-auth-info[={OFF|ON}] Type Boolean Default Value OFF Use --show-replica-auth-info, which displays replication user names and passwords in the output of SHOW REPLICAS on the source for ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-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 ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-init-startup-configuration.html
Global Temporary Tablespace Configuration The global temporary tablespace stores rollback segments for changes made to user-created temporary tables. Note InnoDB does not open all user tables and associated data files at startup. InnoDB is a ... The ...
https://dev.mysql.com/doc/refman/8.4/en/role-names.html
Specifying a role with a non-'%' host part can be useful if you intend to create a name that works both as a role an as a user account that is permitted to connect from the given host. Role names differ from account names in these respects: The user ... MySQL role names refer to roles, which are named collections of ...